body {
    text-align: center;
    font-size: 25px;
}

button {
    display: inline-block;
    margin: 0 auto;
    font-size: 20px;
    background-color: greenyellow;
    border-radius: 5px;
    border: none;
}

input {
    font-size: 20px;
}

#home {
    font-size: 25px;
    text-align: right;
    color: green;
}

a:link,

a:visited {
    color: inherit;
    text-decoration: none;
}