body {
    height: 100vh;
    background-size:contain;
    background: #15591c;
background: linear-gradient(38deg, rgba(21, 89, 28, 1) 13%, rgba(87, 199, 133, 1) 50%, rgba(31, 112, 39, 1) 100%);
display: flex;
justify-content: center;
align-items: center;


}

.logo-div {
    display: block;
    justify-content: center;
    align-items: center;
}

.logo {
    height: 50vh;
  width: 50vh;
  
}

h3 {
    align-items: center;
    color: aliceblue;
    text-align: center;
    font-size: 2em;
}