h2 {        
    color: #ffffff;
    font-size: 39px;
    margin-top: 130px;
    text-align-last: center;
    font-family: sans Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 40px;
    background: linear-gradient(180deg, #a59f9f 0%, #ffffff 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body {
    font-weight: 930;
    background-color: #000000;
    color: rgb(247, 247, 247);
    line-height: 1,9;
    letter-spacing: 1px;
    font-size: 25px;
}

h1 {
    color: #ff0000;
    text-align-last: center;
    font-size: 75px;
    font-family:sans-serif;
    margin-bottom: 1px;
}

em   {
    color: #ff0000;
    font-family:  Arial, Helvetica;
}

p {
    font-family:  Arial, Helvetica;
    line-height: 40px;
    margin-top: 30px;
    color: #ffffff;
}

strong {
    color: #ff0000;
    font-weight: 800;
    font-size: 40px;
        
}

div {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

u {
    color: #ffffff;
    font-size: 75px;
}

time {
    font-family:  Arial, Helvetica;
    color: #ff0000;
    letter-spacing: 2px;
    margin-top: 72px;
    font-size: 25px;
}