* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Courier New', Courier, 'monospace';
}

.navbar {
    background-color: black;
    width: 100%;
}

.navbar ul li a {
    text-decoration: none;
    color: white;

}

.navbar ul li {
    display: inline;
    padding-left: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.navbar ul img {
    width: 20%;
    height: 15vh;
}
.front img{
    width: 100%;
    height: 80vh;
    padding: 10px;
}
.question{
    background-color: rgb(173, 7, 76);
    padding: 20px;

}
.questionrap{
    background-color: #000000;
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    padding: 10px;
}
.questionrap p a:hover{
    color: gold;
    /* text-shadow: 1px 1px 2px black, 0 0 25px rgb(223, 221, 222), 0 0 5px rgb(102, 2, 77); */
    /* border: 2px solid white; */
    padding: 10px;
}
.questionrap a{
    text-decoration: none;
    color: white;
}
.questionrap h1{
    text-align: center;
    color: white;
    font-size: 40px;
}
.questionrap h1 span{
    color: yellow;
    font-family: 'Autour One', 'cursive';
}
.quest2{
    width: 40%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
}
.quest3 h1:hover{
    color: gold;
}