body{
    background-image: url('images/background.jpg');
}
.container{
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 10px 20px;
}
.imageContainer {
    flex: 0 0 auto;
    width: 200px;
}
.image {
    width: 100px;
    height: auto;
    border-radius: 30px;
    box-shadow: 6px 6px 10px rgb(239 193 198);
}
.headings {
    display: flex;
    justify-content: space-around;
    width: 400px;
}
.headings a {
    height: 10px;
    width : 100px;
    margin-left:10px;
    color:rgb(246, 243, 243);
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}
.description{
    text-align:center;
    padding-right:200px;
    padding-left:200px;
    margin-top: 100px;
    color: white;
    font-size: xx-large;
}
.quiz-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius : 10px;
}
.button-container {
    text-align: center;
    margin-top: 50px;
}
.quiz-container-01{
    padding: 60px;
    margin-bottom: 20px;
}
#html-css-js-quiz , #react-node--mongo-quiz , #express-bootstrap-dbms-quiz , #dsa--quiz{
    display:flex;
    justify-content: center;
    align-items: center;
}
#html-quiz , #css-quiz , #js-quiz, #react-quiz , #node-quiz , #mongo-quiz , #express-quiz , #bootstrap-quiz , #dbms-quiz , #dsa-quiz  {
    margin-left:40px;
    margin-right: 20px;
    height:250px;
    width:300px;
    background-image: url("images/images.jpeg");
    background-size:cover;
    background-position: center;
    color:black;
    font-weight: bold;
    text-align:center;
    color:white;
    box-shadow: 0 8px 20px rgba(2, 12, 87, 0.9);
    border-radius: 10px;
}
.start-quiz-button{
    border-radius: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top : 50px;
}
.quiz-heading{
    margin-top: 30px;
    font-size: 24px;
    color:bisque;
}
.quiz-description{
    margin-top: 50px;
    font-size: 16px;
    color: white;
}
.contact-container{
    text-align: center;
    padding: 40px;
    color: white;
}
.footer-container {
    width:100%;
    color: white;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0);
}
.footer-text {
    margin: 0;
}
.footer-icons{
   margin-left: 10px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-left: 10px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.footer-icons a {
    color: white;
    margin: 0 10px;
    font-size: 24px;
    text-decoration: none;
}
#html-quiz:hover , #css-quiz:hover , #js-quiz:hover, #react-quiz:hover , #node-quiz:hover , #mongo-quiz:hover , #express-quiz:hover , #bootstrap-quiz:hover , #dbms-quiz:hover , #dsa-quiz:hover{
    height: 270px;
    width: 320px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
}
/* Phone Portrait*/
@media (min-width : 320px) and (max-width : 480px){
    body{
        padding: 0px;
    }
    .imageContainer{
        width: 80px;
        height: auto;
    }
    .image{
        width: 100%;
        height: auto;
    }
    .headings{
        margin-left: 10px;
        align-items: center;
        width: 100%;;
    }
    .description{
        text-align: center;
        padding-right: 10px;
        padding-left: 70px;
        padding-right:20px;
        margin-top: 30px;
        color: white;
        font-size:medium;
    }
    .quiz-button{
        margin-top: 10px;
        padding: 10px 20px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    #html-css-js-quiz, #react-node--mongo-quiz , #express-bootstrap-dbms-quiz , #dsa--quiz{
        display:flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
        padding:0px;
    }
    #html-quiz , #css-quiz , #js-quiz, #react-quiz , #node-quiz , #mongo-quiz , #express-quiz , #bootstrap-quiz , #dbms-quiz , #dsa-quiz  {
        margin: 20px 0px;
        height: 250px;
        width: 200px;
    }
    #html-quiz:hover , #css-quiz:hover , #js-quiz:hover, #react-quiz:hover , #node-quiz:hover , #mongo-quiz:hover , #express-quiz:hover , #bootstrap-quiz:hover , #dbms-quiz:hover , #dsa-quiz:hover
    {
        height: 270px;
        width: 220px;
    }
    .start-quiz-button{
        margin-top:20px;
    }
    .footer-container{
        padding: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 14px;
        margin: 0;
    }
    .footer-icons{
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}