body {
    background-color: rgb(25, 35, 35);
    color: rgb(64, 255, 64);
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}

hr {
    border:none;
}

h1 {
    font-size:45px;
}

p {
    font-size:25px;
}

a:link {
    color:cornflowerblue
}

a:visited {
    color: darkorchid
}

.anchor {
    text-decoration: none;
}

.image-margin {
    margin: 40px;
}

.funny-button {
    background-color:rgb(53, 204, 53);
    padding: 20px 40px;
    border:none;
    box-shadow: 0 9px rgb(13, 164, 13);
    font-size: 20px;
    font-family:'Courier New', Courier, monospace;
}

.funny-button:hover {
    background-color: rgb(73, 224, 73);
    box-shadow: 0 9px rgb(33, 194, 33);
}

.funny-button:active {
    background-color:rgb(53, 204, 53);
    box-shadow: 0 0px;
    transform: translateY(9px)
}

.spacebar {
    background-color:rgb(93, 93, 93);
    padding: 5px 180px 25px 180px;
    border:none;
    box-shadow: 0 9px rgb(53, 53, 53);
    font-size: 20px;
    font-family:'Courier New', Courier, monospace;
}

.spacebar:hover {
    background-color: rgb(113, 113, 113);
    box-shadow: 0 9px rgb(73, 73, 73);
}

.spacebar:active {
    background-color:rgb(93, 93, 93);
    box-shadow: 0 0px;
    transform: translateY(9px);
}