body {
    background-color: #161617;
    background-size: cover;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color:  #f0f0f0;
    overflow-x: hidden;
    line-height: 1.4;
}

.headline {
    text-align: center;
}

.logo {
    font-family: 'Rosaline', serif;
    display: flex;
    align-items: center;
    font-size: 70px;
    justify-content: center;
}

.studio_text {
    font-size: 130px;
    margin-right: 20px;
}

.MAXX_text {
    font-size: 150px;
}

.headline_subtext {
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}

.drawn_together_pulled_apart {
    height: 600px;
    width: 1600px;
    transform: translate(-20px, 0);
    background: linear-gradient(
        to right, 
        #3C366B 0%, 
        #3C366B 50%, 
        darkred 50%, 
        darkred 100%
    );
    rotate: -2deg;
}

.header {
    font-family: 'Rosaline', serif;
    text-align: center;
    font-size: 40px;
    transform: translate(-30px, 0);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.flexbox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.text {
    padding: 30px;
    padding-left: 50px;
    padding-right: 10px;
    width: 665px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius:20%;
    transform: translate(-20px, 0);
}

.role {
    margin-top: 50px;
}

.video {
    width: 672px;
    height: 368px;
    transform: translate(-100px, -10px);
    height: auto;
}

.downloader {
    transform: translate(-70px, -120px);
}

.downloader img {
    width: 400px;
}

.gifs {
    width: 650px;
    display: flex;
    justify-content: space-between;
}

.gifs img {
    height: 120px;
}

footer {
    background-color: #202122;
    color: white;
    text-align: center;
}

.contact_row {
    display: flex;
    justify-content: center;
    align-self: center;
}

.contact_row img {
    width: 150px;
    height: 47px;
    margin: 10px;
    border-radius:20%;
}

.temp_text {
    margin-top: 100px;
}


@font-face {
  font-family: 'Rosaline';
  src: url('../fonts/rosaline_4/Rosaline.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}
