@import url('https://fonts.googleapis.com/css?family=Noto+Serif&display=swap');

@import url('https://fonts.googleapis.com/css?family=Abel&display=swap');

.quote {

    background-image: url(./assets/a6.jpeg);
    background-attachment: fixed;
    background-repeat: no-repeat;


}

@media (max-width:600px) {
    .quote {
        background-image: url(./assets/1234.jpeg);
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
}


.quote-container h2 {
    font-family: 'Noto Serif', serif;
    font-weight: bolder;
    color: white;
    padding-bottom: 2%;
    font-size: 60px;

}

@media (max-width:500px) {
    .quote-container h2 {
        font-size: 30px;
    }
}

.quote-container h6 {
    padding-top: 12%;
    font-size: 20px;
    padding-bottom: 3%;
    color: #2de907;

}

.quote-container p {
    color: white;
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    padding-bottom: 4%;
}

.quote-container button {
    color: white;
    height: 50px;
    width: 150px;
    border: #f05136;
    background-color: #f05136;
    border-radius: 5px;
    opacity: 0.8;

    margin-bottom: 60px;

}


.quote-container div a {
    color: white;
    font-size: 20px;


}

.quote-container a:hover {
    text-decoration: none;
}

.quote-container button:hover {
    text-decoration: none;
    background-color: #11db43;
    transition: 0.5s ease;
    background-color: #11db43;
}

.blank {
    padding-bottom: 7%;
}