body {
    background-color: whitesmoke;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.artnav {
    text-decoration: none;
    color: black;
}

.logo img {
    width: 250px;
    height: 100px;
    padding-bottom: 20px;
    background-color: whitesmoke;
}

.header {
    text-decoration: none;
    color: black;
    
}

footer {
    background-color: whitesmoke;
    color: rgb(88, 87, 87);
    padding: 5px;
    font-family: 'Times New Roman', Times, serif;
}


button {
    border-radius: 10px;
    padding-left: 50px;
    padding-right: 50px;
    height: 50px;
}

button:hover {
    color: white;
    background-color: black;
}

.sign {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    border: none;
    background: none;
}

input[type="email"] {
    width: 400px;
    padding-bottom: 10px;
    padding-top: 10px;
}
