/* This is for the home page!!! */ 

@font-face{
  font-family: tomorrow;
  src: url(https://spacebeetles.neocities.org/Tomorrow-Regular.ttf);
}
  
.container {
  font-family:"tomorrow", monospace;
  box-sizing: border-box;
  display: flex;
}

header {
    background-color: #ff9966;
  padding: 30px;
  text-align: center;
  font-size: 35px;
  color: white;
}

.main {
font-family: "tomorrow", monospace;
flex:none;
background-color:#cc0000;
padding: 15px;
  text-align: center;
  font-size: 15px;
  color: white;
  
}
  
  .sidebar-right {

  flex: 1;
  background: #800000;
  padding: 10px;
  }
  
  
  



