html {
    font-size: 62.5%;
  }
  
  
  body {
    width: 100%;
    height: 100vh;
    font-size: 1.4rem;
    background-color:#08235f;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: Arial;
  }
  
  section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  img {
    width: 350px;
    height: auto;
  }
  
  p {
    color:white;
    font-size: 2rem;
    text-align: center;
  }
  