*{
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: BebasNeue; 
    src: url("fonts/BebasNeue Book.otf"); 
}
@font-face {
    font-family: RobotoLight; 
    src: url("fonts/RobotoLight.ttf"); 
}
.container{
    padding: 100px;
}
header{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo_text{
    margin: 30px 0 25px;
    color: #c837ab;
    font-family: BebasNeue;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    line-height: 34px;
}
.logo_link, .desc{
    color: #525252;
    font-family: RobotoLight;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.8px;
    text-align: center;
}
.desc{
    margin-top: 100px;
    line-height: 40px;
}
@media screen and (max-width: 600px){
    .container{
        padding: 5%;
    }
    .desc{
        margin-top: 80px;
    }
}



















