body {
  background-image: url(/img/pinkbackground.gif);
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment: fixed;
  font-family: fredoka;
  color: hotpink;
}

.cuadro{
    border-style: solid;
    border-color: hotpink;
    border-width: medium;
    padding: 15px;
    width: 1100px;
    height: auto;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 50px;
}

.cuadro2{
    border-style: solid;
    border-color: rgb(255, 147, 241);
    border-width: medium;
    padding: 15px;
    width: auto;
    height: auto;
    margin: 20px;
    border-radius: 50px;
}