* {
  box-sizing: border-box;
}

body {
    font-size:15px;
       font-family:ms pgothic;
         background-image:url("room.jpg");
           cursor: url('https://graphic.neocities.org/tumblr_inline_mj9tvaul7e1qix17g.gif'), auto;
}

.header {
  border:2px solid black;
  border-bottom:1px solid black;
  width:400px;
       margin: 0 auto;
             background-image:url("mtn.jpg");
        background-position: center;
       }
       h1 {
          filter: drop-shadow(0px 2px #000) drop-shadow(0 -1px #000) drop-shadow(2px 0 #000) drop-shadow(-1px 0 #000);
color:white; 
padding:5px;
position:relative;
top:15px;
       }
.column {
  float: left;
    height:282px;
            overflow: hidden;

}
.column.side {
  width: 25%;
    border:2px solid black;
  border-top:none;
  border-right:1px solid black;
     background:rgba(85, 120, 48, 0.56);
}
.column.middle {
  width: 75%;
    border:2px solid black;
  border-top:none;
border-left:none;
   background:rgba(255, 255, 255, 0.56);
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.row {
        width:400px;
             margin: 0 auto;

}
a {
  text-decoration:none;
  color:white;
  font-size:25px;
  padding:5px;
  transition: .5s;
             cursor: url('https://graphic.neocities.org/tumblr_inline_mj9tvaul7e1qix17g.gif'), auto;
}
a:hover {
letter-spacing: 2px;
}
p {
  padding:5px;
}
img {
  margin:0;
  float: left;
}


}