html {
    overflow-y: hidden;
}
.skyline{
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    height: auto;
    
}

.building:hover{
    cursor: pointer;
    transform: translateY(-90px);
}
.building{
    transition: all 0.3s ease-out;
}
body{
    background-image: url(Buildings/sky.png);
    background-size: cover;
}
.text{
    position: absolute;
    top: 18%;
    left: 40%;
    font-size: 10em;
    color: rgb(0, 0, 0);
    font-family: 'Times New Roman', Times, serif
}