*{
    margin: 0;
    padding: 0;
}
footer{
    background-color: rgb(186, 243, 243);
    color: black;
    font-size: 25px;
    font-family:monospace;
    font-weight: bold;
    padding: 15px;
    text-align: center;
}
footer a {
    text-decoration: none;
    color: black;
    text-align: left;
}
header{
    background-color: rgb(186, 243, 243);
    text-align: right;
}
header .nav{
    color: black;
    font-size: 30px;
    font-family: monospace;
    font-weight: bold;
    text-decoration: none;
    padding: 25px;
    padding-left: 50px;
    position: relative;
    bottom: 25px;  
}
.Logo{
    text-align: left;
    height:50px;
    padding: 0%;
    position: relative;
    top: 10px;
    padding-left: 5px;
}
main  #in{
    background-color: red;
    color: black;
    padding: 100px;
    text-align: center;
    border:20px;
    border-style:solid;
    border-left: 0px;
    border-right: 0px;
    
}
main section .intro{
    padding: 50px;
    font-size: 50px;
    font-family: monospace;
    font-weight: bold;
}

