body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #F1EFE7;
  }
  
  #background {
    background-image: url(Azuro.png);
    height: 55vh;
    width: 55%;
    background-size: cover;
    background-position: center center;
    position: fixed;
    top: 0;
    
  }
  