* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-image: linear-gradient(rgb(0,0,0,0.70),rgb(0,0,0,0.70)), url(BG.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
}

.head{
    background-color: darkblue;
    padding: 2px 5px;
    border-radius: 50%;
}

h1{
    color: green;
    font-family: Century Gothic;
    text-align: center;
    font-size: 300%;
    -webkit-text-stroke: 1px white;
}

h2{
    color: green;
    font-family: Century Gothic;
    text-align: center;
    -webkit-text-stroke: 0.5px white;
}

.O {
    text-align-last: right;
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    color: rgb(255, 192, 203);
    opacity: 0.9;
    background-color: white;
}
  
.C {
    text-align-last: center;
    font-family: Courier New;
    font-style: italic;
    font-size: 35px;
    color: rgb(57, 83, 60);
    opacity: 0.9;
    background-color: white;
}
  
.V {
    text-align-last: left;
    font-family: monospace;
    text-decoration: underline;
    font-size: 25px;
    color: rgb(255, 0, 0);
    opacity: 0.9;
    background-color: white;
}

.q {
    font-family: sans-serif;
    font-size: 25px;
    color: yellow;
}

.w {
    font-family: sans-serif;
    font-size: 25px;
    color: yellow;
}

.e {
    font-family: sans-serif;
    font-size: 25px;
    color: yellow;
}
.osu {
    float:right;
    width: 200;
    height: 200;
    border: 2px solid black;
}

.cod {
    vertical-align: center;
    width: 200;
    height: 200;
    margin: 0px 40.5%;
    border: 2px solid white;
}

.valo {
    float:left;
    width: 200;
    height: 200;
    border: 2px solid black;
}

.a1 {
    font-family: fantasy;
    font-size: 20px; 
    vertical-align:bottom;
    color: red;
    padding: 2%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px 40%;
    border-radius: 50%;
}

.a1:hover {
    background-color: yellow;
    color: black;
}

.i {
    opacity: 0.5;
    background-color: white;
}

.i .ul1 {
    font-family: Tahoma;
    font-size: 25px; 
    list-style-type: circle;
}

.i .kl {
    font-family: cursive;
}

.i .ol2 {
    font-family: Impact;
    font-size: 25px; 
    list-style-type: upper-roman;
}

.i .dl1 {
    font-family: Courier New;
    font-size: 30px;
}

.i dt {
    color: yellow;
    -webkit-text-stroke: 1px black;
    font-family: serif;
}

.i .li1 {
    text-decoration: underline;
    color: red;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
}

h3 {
    color: white;
    font-size: 28px;
}

span {
    color: red;
}

.ul, .ol {
    list-style-type: none;
    display: inline-block;
    padding: 10px 20px;
}

.ul, .ol, .a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.ul, .ol, .a:hover {
    color: orangered;
    transition: 0.5s;
}

button {
    border: none;
    background: red;
    padding: 12px 30px;
    border-radius: 30px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    transition: 0.4s;
}

button:hover {
    transform: scale(1.3);
    cursor: pointer;
}

footer {
    background: black;
    font-family: "Open Sans";
    padding-top: 40px;
    color: white;
}
.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-content h4 {
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
}

.footer-content p {
    max-height: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
}

.socials {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}

.socials li {
    margin: 0 10px;
}

.socials a {
    text-decoration: none;
    color: white;
}

.socials a i {
    font-size: 1.1rem;
    transition: color .4s ease;
}

.socials a:hover {
    color: aqua;
}

.footer-bottom {
    background: black;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}

.socials img {
    width: 40px;
    height: 40px;
}

h3 {
    text-align: center;
}

.cp {
    text-align: center;
    font-family: serif;
    font-size: 15px;
}
