.container1{
    background-image: url(../header.jpg);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
body{
    margin: 0px;
}
h1{
  font-family: "Sevillana", cursive;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
span{
    color: rgba(6, 173, 250, 0.902);
}   
h2{
  font-family: "Pacifico", cursive;
  font-weight: 100;
  font-style: normal;
  text-align: center;
}
.container>img{
    border-radius: 50%;
}
.container2{
    margin: 20px;
    display: flex;
    justify-content: center;
}
.box2{
    margin-top: 20px;
    width: 400px;
    display: flex;
    gap: 20px;
}
.container3{
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-around;
}
.container3>img{
    width: 60px;
}
.contact{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}
#foot{
    background-image: url(../header.jpg);
}