body {
    background-color: #1c6b4b;
    color: #e7dde1;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.content {
    background-color: #3b8f64;
    width: 50%;
    height: 50%;
    padding: 0 20px;
    border: white 1px solid;
}

input[type=button], input[type=submit], input[type=reset], input[type=file] {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

.logos {
    position: absolute;
    top: 25px;
    right: 25px;
}

.logo {
    display: flex;
    justify-content: right;
    margin: 50px;
}

.logo img {
    width: 200px;
}