body {
    background-color: grey;
}

a {
    font-size: x-small;
    color: #cccccc;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #ccc;
}

a:hover {
    text-decoration: none;
    color: #ccc;
}

a:active {
    text-decoration: none;
    color: #ccc;
}


button{
    align-content: center;
    vertical-align: top;
    width: 100%;
    border: none;
    color: white;
    background: orange;
    
    
}