
*{
    box-sizing: border-box;
}
body{
    background-image: url(Background.avif);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    margin:0px;
}

header, nav, aside, footer {
    font-family: Verdana;
}

header{
    text-align: center;
    color:rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border: rgba(27, 201, 27, 0.753) 4px dashed;
    border-radius: 20px;
    margin-top: 15px;
    font-family: "lucida console";
}

.navbar ul{
    list-style-type: none;
    overflow: hidden;
}

.navbar a{
    color:rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px;
}

.navbar a:hover{
background-color: rgb(48, 48, 48) ;
}

.navbar li{
    float: left;
}

aside{
    width: 20%;
    float: left;
    padding: 10px;
    text-align: justify;
    margin-block: 5px;
    margin-block-end: 5px;
    margin-left: 60px ;
    margin-right: 10px;
    color:rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border: rgba(27, 201, 27, 0.753) 4px dashed;
    overflow: scroll;
}

section{
    width: 70%;
    float: left;
    text-align: center;
    margin: 5px;
    margin-left:10px ;
    margin-right:10px ;
    color:rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border: rgba(27, 201, 27, 0.753) 4px dashed;
    font-family: "lucida console";
}

.Yes{
    width: 20%;
    float: left;
    padding: 10px;
    text-align: left;
    margin-left:10px ;
    margin-right:10px ;
    color:rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border: rgba(27, 201, 27, 0.753) 4px dashed;
    font-family: "lucida console";
}

.No{
    width: 20%;
    float: inline;
    padding: 10px;
    text-align: left;
    margin-left:10px ;
    margin-right:10px ;
    color:rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border: rgba(27, 201, 27, 0.753) 4px dashed;
    font-family: "lucida console";
}

.facts{
    width: 25%;
    float: right;
    padding: 10px;
    text-align: left;
    margin-left:10px ;
    margin-right:59px ;
    color:rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border: rgba(27, 201, 27, 0.753) 4px dashed;
    font-family: "lucida console";
}

footer{
    display: block;
    clear: both;
    color:rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border: rgba(27, 201, 27, 0.753) 4px dashed;
    border-radius: 20px;
    margin-top: 15px;
}

@media screen and (max-width:600px) {
aside, section{
    width: 100%;
}
}