

html{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  
 
}
body{
  font-family: 'Roboto', sans-serif;
}

.dominio{
color: rgb(69, 163, 69);
}


p{
  font-size: 16px;

}
h1{
  text-align: center;
  font-weight: bold;
  font-size: 48x;
}
.my-float{
  margin-right: 0.5rem;
  color: white;
}