body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(244, 239, 230);
}

.container{
    height: 100vh;
    display: flex;
    width: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a{
    text-decoration: none;
}

#replay-skyscraper{
    margin: 0 5px;
}
    .skyscraper{
        text-align: center;

    }
    button{
        cursor: pointer;
        background-color: transparent;
        border: transparent;

    }
    button:visited{
        border: none;
    }
    
    i{
        font-size: 25px;
    }

nav{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 25px;
}
