* {
    background-color: #A6D1AB;
margin-left: 2%;
    margin-right: 2%;
}

body {
    min-height: 100%;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    max-width: 100%;
    
}

h1 { 
    
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 18pt;
    
}

header img {
    height: 40px;
    width: auto;
    
}

header {
    
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    
}
main {
   display: block;
    justify-content: space-be;
    
    
}

main img {
    display: block;
  margin: auto;
    
}

footer {
    
    display: flex;
    justify-content: space-around;
    
    
}