body {
    font-family: 'Lora', serif;
    background-image: url(Images/background_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


#instructions {
    padding: 20px;
    text-align: center;
    font-size: 20px;
}

#searchBtn {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 125px;  
}

#translucent{
    background: rgba(255, 227, 223, 0.815);
    padding: 0px 20px;
    margin-top: 20px;
}
.card-title{
    color:#e57373;
    font-size: 50px;
    font-weight: bolder;
}

.card{
    border-color: rgba(255, 255, 255, 0.75);
    border-style: solid;
    border-width: 5px;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #ef5350;
}

a {
    color: #e57373;
}

.movie-title {
    color: #e57373;
}

@media screen and (max-width: 415px){
    nav {
        line-height: normal;
        height: 75px;
    }
    .out-put {
        margin-bottom: 10px;
    }
}