#content-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

#title-container {
    display: flex;
    flex-direction: column;
    border-width: 3px;
    width: 500px;
    height: 500px;
    justify-content: center;
    align-content: center;
    margin-left: 75px;
    align-items: center;
}

#title {
    font-size: 5.143rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 20px;
}

#subtitle {
    color: rgb(75, 75, 75);
    font-size: 1.2rem;
    margin-top: -7px;
}

#video-container {
    align-content: center;
    margin-right: 75px;
}

#video {
    align-items: center;
    border-radius: 25px;
    box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    width: 47vw;
}

.button-64 {
    align-items: center;
    background-image: linear-gradient(144deg, #50c7da, #2b9df1 50%, #00DDEB);
    border: 2px solid transparent;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    max-width: 100%;
    min-width: 140px;
    padding: 0;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    height: 60px;
    line-height: 55px;
    margin-top: 30px;
  }
  
.button-64:active, .button-64:hover {
outline: 0;
border-color: #50c7da;
}

.button-64 span {
background-color: rgb(0, 0, 0);
border-radius: 6px;
width: 100%;
height: 100%;
transition: 0.25s;
}

.button-64:hover span {
background: none;
}

@media (min-width: 768px) {
  .button-64 {
    font-size: 1.143rem;
    min-width: 196px;
  }
}