body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
}


html {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  
section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}

img{
    width: 50%;
    min-width: 500px;
}

h2{
    color: red;
    font-weight: lighter;
}

