body {
  background-color: #000
  }

.container {
  display: grid;
  grid-template-columns: 78% 20%;
  padding: 10px;
}

.container div {
  border-radius: 25px;
  background-color: #808080;
  padding: 10px;
  font-size: 18px;
  text-align: left;
}


.header {
  margin: 2%;
  margin-bottom:0%;
  padding: 50px;
  text-align: center;
  background-image: url("../images/clouds.jpg");
  background-size: 20%;
}

#rside{
  margin-left: 20%;

  text-align: center;
  }

#lside{
  margin-left: 3.9%;
  }
  
#bgdark {
  border-radius: 25px;
  align-content: center;
  text-align: center;
  background-color: #606060;
}

a{
  border-radius: 15px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
	color:#000;
}

a:hover {
  cursor: pointer;
	color:#444;
}

.container2 {
  display: grid;
  grid-template-columns: 86% 14%;
}

.container2 div {
  border-radius: 25px;
  font-size: 18px;
  text-align: left;
}
body{
  background: pink;
}

calendar{
  position: relative;
  bottom: -50px;
  display: block;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 30px;
   background-color: red;
   color: white;
   text-align: center;
}


.box-1{
  background-color: transparent;
  color: red;
      position: relative;
      
      border-width: 5px;
      margin-top: 5%;
      margin-left: 10%;
      margin-bottom: 5%;
      margin-right: 5%;
      padding: 20px;
      padding-top: 10px;
      background: white;
      height: 2000px;
   
      border-top-style: solid;
      border-right-style: solid;
      border-bottom-style: solid;
      border-left-style: solid;
      border-top-color: #990000;
      border-right-color: #990000;
      border-bottom-color: #990000;
      border-left-color: #990000;
      
      width: 50%;
      justify-content: center;
      align-items: center;
       
  }
  
.navigation{
width: 120px;
height: 40px;
color: cyan;
padding-right: 20px;
text-align: center;
font-size: 17px;
}

icon{
  position: relative;
  right: 70px;
}

