.content{ 
  border-radius: 25px;
  border:double;
  border-color: white;
  border-width: 5px;
  background-color: #12073D;
  text-align: center;
  padding: 15px;
  width: 500px;
  justify-content: flex-end;
  overflow-y: auto;
  height: auto;
  overflow: hidden;
  
}

.Sky_daily-log{
  height: auto;
}


.bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9998;
    pointer-events: none; 
  }
  
  
  
 ::-webkit-scrollbar {
  width: 10px;
  background-color: #12073D;
  border-color: white;
  border-width: 3px;
  border-style: double;
  border-radius:5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #12073D;
  border-color: white;
  border-width: 3px;
  border-style: double;
  border-radius:5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: white;
  border-color:#12073D;
  border-width: 3px;
  border-style: double;
  border-radius:5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: white;
}
  
  a {
  color: white;
   font-family: Garamond, serif;
    text-decoration: none;
}



body { 
  padding-right: 25px;
  padding-left: 600px;
  padding-top: 25px;
  padding-bottom: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 0px #12073D;
  background-color: #12073D;
  color: white;
  font-family: Garamond, serif;
  overflow: hidden; 
  overflow-y: auto;
  height: auto;
  cursor: url('inset soon'), auto;
}