body {
    background-color: black;
    background-repeat: no-repeat;
   background-size: 1280px 1000px;
}

.all { 
    display: flex;
    justify-content: space-evenly;
}

.index {
    width: 35%;
    max-height: 1000px;
    margin-top: 60px;

}

.welcome {
    width: 35%; 
    max-height: 1000px;
    margin-top: 60px;
}

p {
    text-align: justify;
}

.pages {
  padding-right: 40px;
  font-size: 250%;
  text-align: center;
  list-style-position: inside;
  line-height: 1.65;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  
}

a {
    color: rgb(133, 34, 129);
    text-decoration: none;
}

a:hover {
    color: rgb(208, 86, 165);
}

.Welcome {
    font-size: 240%;
    color: rgb(50, 48, 48);
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    background-color: rgb(76, 190, 180);
    border: 7px solid rgb(76, 190, 180);
    padding: 2px;
    margin-right: 190px;
    margin-bottom: 2px;
    margin-top: 0%;
}

.introduction {
    background-color: rgb(174, 55, 122);
    color: rgb(232, 227, 227);
    border: 7px solid rgb(174, 55, 122);
    padding: 7px;
    padding-right: 15px;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    border-radius: 10%;
    max-height: 150px;
    overflow: scroll;
}

.other {
    display: flex;
  
}

.heading {
    color: rgb(50, 48, 48);
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    background-color: rgb(76, 190, 180);
    border: 2px solid rgb(76, 190, 180);
    padding: 3px;
    margin: 20px;
    width: 150px;
    margin-top: 0px;
}

.content {
    background-color: rgb(174, 55, 122);
    color: rgb(232, 227, 227);
    border: 2px solid rgb(174, 55, 122);
    padding: 2px;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    border-radius: 10%;
    margin: 0;
    margin-right: 15px;
    width: 220px;
    height: 200px;
    margin-bottom: 90px;
    
}

.updates {
    overflow: scroll;
    width: 190px;
    height: 180px;
    padding: 5px;
}

.drawing {
    margin-top: 0px;
    margin-left: 100px;
}