 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
  color:white;
}

body{
  margin: 0;
  padding: 0;
  background-image: url("../img/BG.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}

main{
  background: url("../img/panel_atlonia.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px;
  box-sizing: border-box;
  width: 812px;
  height: 456px;
}

p.hello{
  font-size: 90px;
  margin:0;
  font-weight: 900;
  font-family: Montserrat;
  margin-top: -20px;
}

p.content{
  font-size: 25px;
  padding-top: 38px;
}

div.button{
  display: flex;
  flex-direction: row;
  padding-top: 10px;
}

div.button > div{
  text-align: center;
}

.left-p{
  padding-left: 25px;
}
.right-p{
  padding-right: 25px;
}

div.button a{
  padding:10px 30px;
  text-decoration: none;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

div.button a.fb{
  background-color: #3982e4;
}

div.button a.wsapp{
  background-color: #25d366;
}

div.button a.mail{
  background-color: #ff90e8;
  color:black;
  font-family: roboto;
  font-weight: 700;
}

.flag{
  position: relative;
  right:-37px;
}

.borderright{
  border-right: 1px solid grey;
}

.roboto{
  font-family: Roboto;
  font-weight: 400;
}
