
html {
    background-image: url(Planning/bgskyonly.png); 
    max-height: 100%;
    background-size: 100%;
    background-attachment: fixed;
}

#indexbg {
    background-image: url(Planning/index\ planner\ v2.png); 
     max-height: 100%;
    background-size: 100%;
    background-attachment: scroll;
}

/* #lenkerbg {
    background-image: url(Planning/index\ planner\ v2.png); 
     max-height: 100%; 
} */

body {
   /* background-image: url(images/indexbg.png); */
    background-position: right top;
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 800px;

}

#titlel {
    float: left;
   display: flex;
   margin: 0px;
   padding: 0px;
}

#titler {
    float: right;
     display: flex;
     flex-direction: column;
}

h1 {
    font-size: 250%;
    color: rgb(0, 0, 0);
    text-align: right;
    margin-right: 40px;
    font-family: fantasy;
    user-select: none; -webkit-user-select: none; -ms-user-select: none;
}

.righth1 {
    font-size: 250%;
    color: rgb(0, 0, 0);
    text-align: right;
    margin-right: 0px;
    font-family: fantasy;
    user-select: none; -webkit-user-select: none; -ms-user-select: none;
}

.lefth1 {
    font-size: 250%;
    color: rgb(0, 0, 0);
    text-align: left;
    margin-left: 0px;
    font-family: fantasy;
    user-select: none; -webkit-user-select: none; -ms-user-select: none;
}

h2 {
    color: rgb(0, 0, 0);
    user-select: none; -webkit-user-select: none; -ms-user-select: none;
}

#demoh2 {
    text-align: center;
}

.sidebarr ul {
    list-style-type: none;
    text-align: right;
    color: rgb(255, 255, 255);
    padding-left: 0%;
    word-break: break-word;
    margin: 0px;
    user-select: none; -webkit-user-select: none; -ms-user-select: none;
}

.sidebarr a {
color: rgb(0, 0, 0);
font-family: fantasy;
}

.sidebarl {
    float: left;
    margin-top: 0px;
    margin-left: 40px;
}

.sidebarl ul {
    list-style-type: none;
    text-align: left;
    color: rgb(0, 0, 0);
    padding-left: 0%;
    word-break: break-word;
    margin: 0px;
    font-family: fantasy;
    user-select: none; -webkit-user-select: none; -ms-user-select: none;
}

.sidebarl a {
color: rgb(0, 0, 0);
font-family: fantasy;
}   

/* aside */ a:hover {
    background-color: rgb(0, 255, 30);
    color: rgb(0, 0, 0);
}

aside{
    width: 10%;
    float: right;
    padding: 0px;
    font-size: 100%;
    text-align: right;
    margin-top: 0px;
    margin-right: 40px;
  /*      background-color: blueviolet; */

}

a {
    text-decoration: none;
    color:rgb(0, 0, 0)
}

a:link :visited{
    color: inherit

}

main {
    display: flex;
    width: 50%;
    min-height: 1000px;
    flex-direction: column;
    text-align: left;
    margin: 0 auto;
   /* background-color: brown; */
}

main p {
    color: rgb(0, 0, 0)
}

.underc {
    background-image: url(images/underconstruction.png);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}

#mainlenker {
    background-image: url(images/screen.png);
    background-position: bottom;
    background-size: 85%;
    background-repeat: no-repeat;
    min-height: 100%;
     margin-top: 70px;
     padding:300px;

}

#mainlenker ul {
    text-align: center;
    font-size: 200%;
    list-style: none;
    margin: 0 auto;
    padding: 0px;
}
#mainlenker a {
    color: rgb(0, 255, 30);
}

img.one {
    height: 50%;
    width: 50%;
}

.flex-container{
  display: flex;
  flex-direction: row;
  align-items:center;
  gap: 1rem;
  font-size: 120%;
  color: white;
  margin: 20px;
 /* background-color: rgb(255, 255, 255); */
 background-image: url(images/cloudbgtest.png);
 background-position: left;
 background-size: 60%;
  padding: 20px;
  border-radius: 10px;
  background-repeat: no-repeat;
}

.flex-container p{
    margin: 5px;
    text-align: left;
}


#main2 {
    margin-top: 200px;
}
    
    .image{
  width: 120px;
  height: 120px;
  background-image: url(images/bird.heic);
  display: flex;
  margin: 0;
}
 
/* .demotext {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    background-color: coral;
    align-items: left;

 } */