*{
    margin: 0;
    padding: 0;
}
body{
    background-color: antiquewhite;
}

.heading{
    display: flex;
    align-items: center;
    justify-content: center;
}
.container{
    display: flex;
}

.description{
    display: flex;
    
}
.full-description{
    padding: 0 8%;
}

.image{
    margin-left: 7%;
}
.image img{
    border-radius: 50%;
}

.container2{
    display: flex;
    flex-direction: column;
}
.container2 div{
    display: flex;
    align-items: center;
    justify-content: center;
}

.links a{
    margin: 0 5%;
    font-size: large;
}

footer{
    display: flex;
    flex-direction: column;
}
.container3{
    display: flex;
    justify-content: space-between;
}

.credits{
    display: flex;
    flex-direction: column;
}
.designby{
    display: flex;
}