html{
    cursor: default;
}

body {
    font-size: 2em;
    background-color: darkgray;    
    color: black;
    font-family: raleway;
    animation: heartbeat;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.menu-content :hover {
    color: #e74c3c;
}
.menu-content{
    font-size: 1.25em;
}
