body {
    background-color:#000000;
   
}


.img {
    display:flex;
    justify-content: center;
    align-items:center;
    margin-top: 10em;
}

.img1 {
    
    height:300px;
}

.links {
    color:aliceblue;
    display:flex;
    justify-content: center;
    align-items:center;    
    margin-top: 40px;
    line-height:25px;
    font-family: Georgia;
    font-weight:300;
}

a:visited {
    color:aliceblue
}