#corner{
    display: block;
    height : 0;
    width : 0;
    border-top : 300px solid #37a143;
    border-left : 300px solid transparent;
    position: fixed;
	top: 0px;
	right: 0px;
   }
img {
    width: 100px;
}

#content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 95vh;
    width: 95vw;
}

h1 {
    color: #37a143;
    font-family: Arial, sans-serif;
    font-size: 3em;
    font-weight: 500;
    max-width: 700px;
}

h2 {
    color: #37a143;
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    max-width: 700px;
    
}

u {
    color: #37a143;
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    max-width: 700px;
}

input {
    border-color: #ffffff;
    background-color: #37a143;
    border-radius: 5px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    margin: 10px;
    padding: 10px;
    width: 300px;
    cursor: pointer;
}

#confirmation
{
    display : block;
}