body{
    margin: 0px;
    padding: 0px;
    background-color:  rgb(8, 8, 8);
}

.main{
    max-width: 800px;
    margin: auto;
    text-align: center;
    color: white;
    padding: 20px;
}

.main > h1{
    font-size: 40px;
    font-family:cursive;
}

.main > p{
    text-align: justify;
    font-size: 15px;
    line-height: 35px;
}

.footer{
    color:rgba(54, 49, 49, 0.856);
    text-align: center;
    margin-top:200px ;
}

.link{
    margin: auto;
    text-align: center;
}

.link > a {
    text-decoration: none;
    color: white;
    font-size: 22px;
    font-weight: bolder;
    border: 2px solid rgba(37, 151, 37, 0.938);
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}

.link >a:hover{
    background-color:rgba(37, 151, 37, 0.938);
    color: black;
    box-shadow: 3px 3px 10px green;
    transition-duration: 0.2s;
}

.footer > a > img{
    border-radius: 100%;
    padding: 9px;
    width: 32px;
    height: 32px;
}