*{
    text-decoration: none;
    text-align: center;
}

body{
    background: #0e100f;
    text-align: center;
    font-family: Mori, Public Sans, Inter var, sans-serif;
}

h1{
    color: #fffce1;
    font-size: 75px;
    margin-top: 40px;
    font-family: Mori, sans-serif;
    font-weight: 600;
}

p{
    color: #7c7c6f;
    font-size: 25px;
    font-family: Mori, Public Sans, Inter var, sans-serif;
    font-weight: 500;
}

hr{
    width: 20%;
    margin-top: 75px;
    margin-bottom: 75px;
}

p.wm{
    font-size: 20px;
    font-weight: 500;
}

.button{
    border: 2px solid #fffce1;
    color: #fffce1;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 20px;
    border-radius: 17px;
    transition: all 0.1s;
    font-family: Mori, Public Sans, Inter var, sans-serif;
}

.button i{
    margin-right: 10px;
}

.button:hover{
    background: #fffce1;
    color: black;
}


@media screen and (max-width: 768px){

    h1{
        font-size: 50px;
    }
}