body {
    background-color: white;
    font-family: "Arial", sans-serif;
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    color: red;
}

h1 {
    font-size: 2em;
}

body {
    margin: 20px;
}

p {
    margin-left: 25px;
}
