@import url('Comic Sans.ttf');

body {
    margin: 2rem;
    font-family: 'Comic Sans', serif;
    font-size: 1rem;
    color: #C5C7CC;
    background-image: url(https://u.cubeupload.com/satelliteofficer/Screenshot2026030517.png);
    background-position: center;
    background-size: cover;

}

.content {
  /*  border: 3px solid #2e2e39; */
    display: flex;
    justify-content: space-between;
    max-width: 1500px;
}

.leftbox {
    width: 400px;

}

.logo{
    position: absolute; 
    top: 0;
    left: 76px;
}
.header {
    display: flex;
    font-weight: 600;
    width: 327px;
    height: min-content;
    align-items: center;
    justify-content: center;
    padding-top: 90px;
    padding-bottom: 20px;
    background-color: black;
    border: 3px solid #9e1006;  
    border-radius: 3px;
}

.header-menu a {
    text-decoration: none;
    color: #C5C7CC;
}


.header-menu .active,
.header-menu a:hover {
    color: #C5C7CC;
text-decoration-line: underline;
}

.belowheader {
  /*  border: 3px solid #9e1006; */
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.blinkies {
    border: 3px solid #9e1006; 
    border-radius: 3px;
    background-color: #000000;
    padding: 1rem 1rem 1rem 1rem;
    width: 143px;
}

.links {
    border: 3px solid #9e1006; 
    border-radius: 3px;
    background-color:#000000;
    width: 160px;
    display: flex;
    justify-content:center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 1rem;
}

.button {
    background-color: #590e09;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size:large;
    text-align: center;
    border-radius: 5px;
    color: #C5C7CC;
    padding: 5px;
    transition: all 0.3s ease-in-out;
}

.button:hover {
background-color: #590e09;
color: #C5C7CC;
}

.sitebutton {
margin-top: -40px;
transition: all 1s ease-in-out;

}

.sitebutton:hover {
    transform: scale(1.1);
    
}
.mainbox {
   width: 1100px;
   min-width: 650px;
   display: inline-block;
   align-items: top;
    padding: 15px;
    background-color: #000000;
    margin-left: 20px;
    border: 3px solid #000000;
    border-radius: 3px;
  
}


.pfp {
border: 3px solid #000000;
float: left;
width: 105px;
margin-right: 15px;
}

h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 800;
    font-size: 25pt;
}

h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

p {
    font-family: 'Comic Sans', serif;
    font-weight: 500;
    font-size: 11pt;
    letter-spacing: 0.1px;
}

.bio {
    font-family: 'Comic Sans', serif;
    margin-top: 10px;
    font-size: 1.1rem;
}

.intro {
    height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: -6px;
}

 ::-webkit-scrollbar {
    width: 0;
  } 

.float {
    float: left;
    margin-right: 1rem;
}


.misc {
    display: flex;
    justify-content: space-evenly;
    align-items:center
}
a {
    color: #9e1006;
}

a:hover {
    color: #590e09;
}