body {
    background-color: black;
    color: white;
    font-family: "Arial";
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 50vh; */

}

.container {
    margin: 10px;
    width: 100%;
}

img {
    width: 80%;
}

form {
    width: 80%;
}

form div {
    margin-bottom: 20px;
}

input {
    width: 100%;
}

input[type="text"] {
    margin-top: 10px;
    width: 97%;
}

input[type="submit"] {
    /* height: 30px; */
    margin-top: 5px;
    font-size: 18px;
    background-color: green;
    color: white;
    border: 1px solid white;
    padding: 10px;
}

h1{
    margin-top: 0px;
}

