body{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url(./background.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 700px;
    text-align: center;
    font-size: 100px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.showtime {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url(./background.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 700px;
}

.title {
    margin-top: 6%;
    font-size: 120%;
    color: #ffffff;
}

.title a {
    text-decoration: none;
    color: #ffffff;
}

#num {
    font-size: 300%;
    color: rgb(255,255,50);
}

.btn {
    font-size: 60%;
    font-weight: 400;
    margin: 0 30px;
    color: #e67e22;
    border-radius: 20px;
    padding: 10px;
    background-color: rgb(221, 221, 221,0.9);
}

.logo-container {
    width: 60%;
    margin: 3% 20%;
}

.logos {
    float: left;
    margin: 0 20px;
}

.logo {
    height: 100px;
}

.back {
    font-size: 15%;
    text-decoration: none;
    margin: 0;
    color: #000;
}