* {
    box-sizing: border-box;
}
@font-face {
    font-family: rt;
    src: url(./lemon_milk/LEMONMILK-Bold.otf);
}
body {
    background-color: #1d1d1d;
}
h1 {
    font-size: 8em;
    color: #fff;
    text-shadow: -4px 4px 1px #bf1a1a;
    text-align: center;
    margin: 5% auto 5% auto;
    font: rt;
    text-transform: uppercase;
}
h2 {
    font-size: 3em;
    color: #fff;
    text-align: center;
    font: rt;
    margin-bottom: 3%;
}
.logos {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logos img {
    margin-bottom: 10%;
}

.logos2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.logos2 img {
    height: 10%;
    width: auto;
}
