a {
    font-size: 15px;
    margin: 20px;
    font-family: 'Courier New', Courier, monospace;
    align-items: center;
}
a:hover {
    color: black
}

.outside-link {
    position: absolute;
    bottom: 20px;
    right: 50px;
    color: green;
    font-family: 'Courier New', Courier, monospace;
}

.first-image{
    position: fixed;
    width: 40%;
    transform: rotate(-3deg);
    left: 30%;
    
}


.wg-image{
    width: 70%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;

}

.bg-image{
    width: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;

}

.room{
    width: 90%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 5%;

}




.shw{
    width: 40%;
    height: 50%;
    position: fixed;
    top: 30%;
    left: 30%;
    z-index: 54;
}

.bal{
    position: fixed;
    width: 10%;
    left: 45%;
    top: 44%;
    
}

.left{
    width: 25%;
    position: fixed;
    top: 25%;
    left: 20%;
    z-index: 100;
}

.right{
    width: 25%;
    position: fixed;
    top: 25%;
    right: 20%;
    z-index: 100;
}