* {
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}

table {
    border: none;
    background-color: maroon;
    color: white;
    border-radius: 10px;
}

nav {
    border: none;
    background-color: crimson;
    color: white;
    border-radius: 10px;
}

form {
    align-content: center;
    width: 300px;
    background-color: crimson;
    border-radius: 20px;
    color: white;
}

img {
    background-color: crimson;
    border-radius: 50%;
    color: white;
}

a{
    text-decoration: none;
    color: white;
}

input {
    border-radius: 10px;
}

iframe {
    background-color: crimson;
    border-radius: 10px;
    color: white;
}

button {
    border: none;
    background-color: maroon;
    color: white;
    border-radius: 10px;
}