body{
    background: #252525;
}

h1{
    font-family: "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5em;

    position: fixed;
    top: 40%;
    left: 50%;
     transform: translate(-50%, -50%);

     width: 600px;

     color: white;
}


h2{
    font-family: "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2em;

    position: fixed;
    top: 48%;
    left: 50.2%;
     transform: translate(-50%, -50%);

     width: 600px;

     color: white;
}

h3{
    font-family: "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;

    position: fixed;
    top: 56%;
    left: 50.4%;
    transform: translate(-50%, -50%);


     width: 600px;
     height: 100px;

     color: white;
}

h4{
    font-family: "indivisible", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;

    position: fixed;
    top: 56%;
    left: 50.4%;
    transform: translate(-50%, -50%);

     width: 600px;
     height: 15px;

     color: white;

     z-index: 10;
}


.symbols{
    display: inline-block;
    margin-top: -50px;
    font-size: 4em;
}

a{
    color: white;
    text-decoration: none;
}