{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            background: #272785;
            font-family: Arial, sans-serif;
        }
      .boton {
  height: 10px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #f668c9;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  border:solid;
  background-color:purple;
  font-family: sans-serif;
      }
img {
  height:200px;
  width:200px;
  border:solid 5px;
  border-radius:0x;
  background-image:purple;
  border-color:white;
}