.body {
   background-color: black;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: nowrap;
   height: 100vh;
   margin: 0;
}

.inner-body {
   background-color: black;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: flex-start;
   flex-wrap: nowrap;
   width: calc(100vw - 20);
   max-width: 600px;
   flex: 1;
   padding-top: 50px;
}

.inner-body-center {
   background-color: black;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: nowrap;
   width: calc(100vw - 20);
   max-width: 600px;
   flex: 1;
   padding-top: 50px;
}

.link-underline {
   text-decoration-line: underline;
   text-decoration-style: wavy;
}

.title {
   color: rgb(255, 255, 255);
   text-align: left;
   font-size: 20px;
   margin-top: 25px;
   padding: 2px;
}

.textbox {
   color: rgb(144, 144, 144);
   text-align: left;
   font-size: 18;
   padding: 2px;
   margin-bottom: 5px;
   margin-top: 5px;
}

.bulletpoint {
   color: rgb(108, 149, 153);
   text-align: left;
   font-size: 16;
   margin-left: 20px;
   padding: 5px;
}

.geist-mono-bold {
   font-family: "Geist Mono", monospace;
   font-optical-sizing: auto;
   font-weight: 700;
   font-style: normal;
}

.geist-mono-semibold {
   font-family: "Geist Mono", monospace;
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
}

.margin-under-img {
   margin-bottom: 25px;
}