@charset "UTF-8";

body {
　　background-color: black;
　　color:white;
}

.toppic{
       height:350px;
       width:360px;
       background-color: black;
       background-image:url("xd images/Screen Shot 2020-01-15 at 20.16.39.png");
       background-size: cover;    
       margin-top: 0px;
       margin-left: 0px;
       margin-right: 0px;
       align-content: center;
}

.cornorpic{
       height:380px;
       width:350px;
       background-color: black;
       background-image:url("xd images/Screen Shot 2020-01-15 at 15.01.22.png");
       background-size: cover;    
       margin-top: 10px;
       margin-left: 0px;
       margin-right: 0px;
       align-content: center;    
}

.wallpic{
       height:300px;
       width:370px;
       background-color: black;
       background-image:url("xd images/Screen Shot 2020-01-14 at 12.59.48.png");
       background-size: cover;    
       margin-top: 0px;
       margin-left: 0px;
       margin-right:0px;
       margin-bottom: 0px;
       align-content: center;        
}

.board{
       height:190px;
       width:330px;
       background-color: black;
       background-image:url("xd images/Screen Shot 2020-01-15 at 20.18.38.png");
       background-size: cover;    
       margin-top: 30px;
       margin-left: 0px;
       margin-right: 0px;
       align-content: center;        
}
.teachers{
       height:390px;
       width:300px;
       background-color: black;
       background-image:url("xd images/Screen Shot 2020-01-15 at 15.02.33.png");
       background-size: cover;    
       margin-top: 0px;
       margin-left: 70px;
       margin-right: 0px;
       margin-bottom: 0px;
       align-content: center;        
}

#backarrow{
      height: 40px;
      width: 70px;
      background-color: black;
      background-image: url("xd images/Screen Shot 2020-01-15 at 14.44.10.png");
      background-size: cover;
      margin-left:0px;
      margin-top: 0px;
      margin-bottom: 20px;
}


