@font-face {
    font-family: "Acumin";
    src: url("../font/AcuminVariableConcept.otf") format("opentype");
}
*,*:after,*:before{
    box-sizing: border-box;
}
body{
    font-family: "Acumin";
    padding:0;
    margin:0;
    background-image: url('../img/bg.jpg');
    background-size: cover;
}

h1{
    color:#ffd107;

    font-size: 62px;
    line-height: 1;
    margin:0;
}
a{
    display: block;
    color:#ffd107;
}
.text-lg{
    font-size: 28px;
    font-weight: 700;
    margin:10px 0;
}
.raceflag{
    position: fixed;
    bottom:20px;
    width: 100%;
    left:0;
}
.car{
    width: 80px;
    margin: 0 auto 20px;
    display: block;

}
main{
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}
section{
    position: absolute;
    max-width: 400px;
    text-align: center;
}
section div{
    margin-left: 15px;
}
@media (min-width: 600px) {
    h1{
        
    }
}