#outside{ display: block;
    text-align: center;
    position: inherit;
    background: rgb(81, 24, 7);
    color: rgb(250, 250, 250);
    font-size: 100px;
    letter-spacing: 20px;
    text-shadow: -20px 20px black;
    }

#inside{display: none;
        text-align: center;
        background: rgb(255, 255, 255);
        color: rgb(255, 255, 255);
        font-size: 100px;
        text-shadow: -20px 20px black;
         }
#blabla{position: absolute;
        font-size: 100px;
        bottom: 1150px;
       left: 50px;
       right: 50px;
    }
#blbl{ text-align: center;
        height: 2500px;
        width: 5000px; 
left: 2000px;
right:0px;}
#button1 {        font-size: 50px;
    position: absolute;
    height: 300px;
    width: 500px; 
right: 50px;
    left: 4700px;
    bottom:285px;
    color: brown;
    background-color: white; }
#button2 {     font-size: 50px;
    position: absolute;
    height: 300px;
    width: 500px; 
right: 400px;
    bottom:300px;
    color: brown;
    background-color: white; 
    border: none;
    padding: 10px 20px;
    border-radius: 50%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);}
