


a {
    font-family: Arial, sans-serif; 

    font-size: 30px;
    
    margin: 50px;
    color: #7bc808;
    position:relative;
    align-content: center;
   
}

a:hover {
    color: rgb(220, 131, 16);
}

.outside-link {
    position: fixed;
    bottom: 20px;
    right: 50px;
    color: rgb(1, 64, 1);
    font-family: Arial, sans-serif; 

}
.home{width: 100%;
    
;}
.studio{width: 50%;}

.corridor{width:40%;
bottom: 300px;
right: 300px;
}

.player {
    width: 100px;
    left: 100;
    

}
.window{
    width: 25%;
    left: 50px;
    bottom: 40px
}
