

body {
margin: 2rem;
font-family: monospace;
font-size: 1rem;
background-image: url(images/background.jpeg);
background-position: center;
background-size: cover;
}

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

.leftbox {
    width: 400px;
}

.logo{
    width: 250px;
    position: absolute; 
    top: 0;
    left: 78px;
}
.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: #ECECEC;
  border: 3px solid #000000;  
    border-radius: 3px;
}

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


.header-menu .active,
.header-menu a:hover {
    color: rgb(140, 154, 12);
text-decoration-line: underline;
}

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

.stamps {
    border: 3px solid rgb(36, 26, 233); 
    border-radius: 3px;
    background-color: #ECECEC;
    padding: 1rem 1rem 1rem 1rem;
    width: 110px;
}

.links {
    border: 3px solid rgb(0, 0, 0); 
    border-radius: 3px;
    background-color:#ECECEC;
    width: 160px;
    padding-left: 1rem;
}

.button {
    background-color: #0546FC;
    width: 120px;
    font-size:large;
    text-align: center;
    border-radius: 5px;
    color: #dfdcdc;
    display: inline-block;
    padding: 10px;
    margin: 1rem 1rem 0rem 0rem;
    transition: all 0.3s ease-in-out;
}

.button:hover {
background-color: #dfdcdc;
color: #0546FC;
}

.sitebutton {
margin-top: 0rem;
margin-bottom: 0.5rem;
margin-left: 10px;
transition: all 1s ease-in-out;

}

.sitebutton:hover {
    transform: scale(1.1);
}

/* rechterkant */

.mainbox {
   width: 1100px;
   min-width: 650px;
   display: inline-block;
   align-items: top;
    padding: 15px;
    background-color: rgb(190, 195, 183);
    margin-left: 20px;
    border: 3px solid #000000;
    border-radius: 3px;
  
}

.pfp {
border: 3px solid rgb(119, 40, 0);
float: left;
border-radius: 3px;
width: 105px;
margin-right: 10px;
}

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

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

p {
    font-family: monospace;
    font-weight: 500;
    font-size: 11pt;
    letter-spacing: 0.1px;
}

.bio {
    font-family: monospace;
    margin-top: 10px;
    font-size: 1.1rem;
}

.intro {
    border: 3px solid greenyellow;
    height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
}

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

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

.cbox {
    margin: 1rem;
    margin-top: 2rem;
    margin-left: 0;
    border: 3px solid blue;
    max-width: fit-content;
    background-color: white;
}

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

a:hover {
    color: #0546FC;
}