body{
    background-color:dimgray;
}

.one{
    text-align: center;
}

.one h1{
    background-color: orange;
}

.image{
    background-color: grey;
}

.links{
    background-color: gray;
    height: 50px;
    text-decoration: solid;
}