body{
    background-color:azure;
}
.head{
    text-align: center;
    border:solid rgb(58, 45, 71) 5px;
    border-radius: 100px;
    display:inline-block;
    background-color:blanchedalmond;
      
}
.headcont{
    display: flex;
    justify-content: center;
}
.image{
    display: flex;
    justify-content: center;   
}
.img{
    height: 200px;
    width:200px;
    border-radius: 100%;
}
.bottom{
  
    bottom: 0px;
    text-align: center;
    width: 100%;
    background-color: #c3abab;
    padding: auto;
}
.bottom a{
    display:block;
    color:blue;
}
.bottom a:hover{
color: blueviolet;
}

.link:hover{
  color:chocolate;
}
.contact1{
    background-color: rgb(231, 242, 175);
    justify-items: center;
    max-width: 700px;
    margin: auto;

}