body {
  position: relative; 
}
aside{
  width: 300px;
  height: 430px;
  background-image: url('wallpp.jpg');
  border: 4px solid #898980;
  background-size: 600px;
  position: absolute;
overflow-y: scroll;
  z-index: 1;
  
}
.sun {
    position: absolute;
    top: 250px;
    left: 150px;
    width: 300px; 
    height: 250px;
    z-index: 2;
}

aside p {
    position: relative;
    z-index: 2;
    color: #FAFAC6;
    margin-left: 20px;
    
}
.grid{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    flex-wrap: wrap;
    
}

main{
    max-width: 850px;
    height: auto;
    background-color: #69140E;
    border: 4px double #A44200;
    color: #D58936;
    margin-left: 315px;
    padding: 10px;
}
.month {
  background-image: url(dotted.jpg);
  background-size: 100px;
  border: dotted;
  height: 70px;
  width: 235px;
  margin-left: 30px;
  margin-top: 20px;
  border-color: #945600;
  border-width: 5px;
}
a {
  text-decoration: none;
}


iframe {
    height: 80vh;
    border: none;
}
.month {
  -webkit-text-stroke: 1px black;
  font-family: 'Almendra SC', serif;
  font-size: 40px;
  display: block;
  margin-top: 10px;
  color: white;
  text-decoration: none;
}
.another {
  top: -3000px;
}