body {
    background-color: black;

    text-align: center;
    display: block;

    color: rgb(134, 131, 131);
    font-size: 50px;

    
    font-family: "Tangerine", serif;
    font-size: 75px;
    font-weight: 400;
    font-style: normal;
    
}

.header {
    color: white;
    font-size: 200px;

    font-family: "Pinyon Script", serif;
    font-weight: 400;
    font-style: normal;
 
}

.container {
    width: 100%;
    position: absolute;
    top: 10%;
}