.Init{
    background: #243449;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../image/bachsvgheroku.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}
#contact{
    margin-top: 10px;
      width: 89%; 
      display: block;
}
.conta{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.conta img{
  margin: 1%;
  border-radius: 50%;
}
.groupeimg {
  border-radius: 40px!important;
}
.conta a{
  color: #98a2b1;
  font-size: larger;
  font-family: serif;
  text-decoration: none;
  padding: 5px;
  margin: 1%;
  border-radius: 20px;
  border: solid 2px #98a2b1;
}
.conta a:hover{
  background-color: rgb(101 108 104 / 30%);
}
.conta .name{
  font-family: system-ui;
  color: #ffffff;
  margin: 2%;
}
.Init h1{
  text-align: center;
  color: #fff;
  font-size: 45px;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: arboria,sans-serif;
  font-weight: 600;
  line-height: 40px;
  height: 100px;
}