body{
    background-color: #333433;
    background-image: url(https://www.emptyspace.photo/assets/images/dot-grid.svg);
    background-repeat: repeat;
}
button {
    background-color: #1f291f;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}

button:hover {
    background-color: #7d817d;
}

p{
    color: aliceblue;
    font-size: 20px;
    margin-left: 20px;
    margin-top: 20px;
}
form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 2;
}
