body{
    background: #193135;
    text-align: center;
    font-family: "Baskerville", sans-serif;
}


.outerContainer{
   width: 100%;
}

.primaryContainer{
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
}

.logo{
    margin: 50px 0px 50px 0px;
    width: 100%;
    max-width: 500px;
}

p{
    font-size: 25px;
    color: #f1efe3;
}

h1{
    font-size: 71px;
    color: #f1efe3;
    font-weight: normal;
}

h2{
    font-size: 48px;
    color: #f1efe3;
    font-weight: normal;
}

h3{
    font-size: 15px;
    color: #f1efe3;
}

a{
    color: #f1efe3;
}

@media (max-width: 600px) {
    
    .primaryContainer{
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }

    .logo{
        margin: 50px 0px 50px 0px;
        width: 100%;
        max-width: 83%;
    }

    h1{
        font-size: 31px;
        color: #f1efe3;
        font-weight: normal;
    }

    h2{
        font-size: 20px;
        color: #f1efe3;
        font-weight: normal;
    }

    p{
        font-size: 18px;
        color: #f1efe3;
    }
}