body {
    font-family: "Kosugi Maru";
    max-width: 1000px;
}

.kosugi-maru-regular {
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.orbitron {
    font-family: "Orbitron", serif;
    font-style: normal;
}

.ContentWrapper {
    margin-top:10px;
    width: 1000px;
}

.ContentArea {
    display: grid;
    grid-template-columns: 200px 200px 200px 200px;
    grid-template-rows: 50px 50px;
    justify-content: center;
}

.ContentExp {
    text-align: center;
    color: rgb(110, 110, 110);
}

.ContentBottom {
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: 40px;
    text-align: center;
    background-color: rgb(247, 247, 247);
    border-radius: 5px;
    transition: all 0.5s;
    box-shadow: 2px 2px 5px grey;
    color: rgb(110, 110, 110);
    line-height: 40px;
}

.ContentBottom:hover {
    background-color:rgb(110, 110, 110,0.4);
}

.ContentTitle {
    text-decoration: none;
    color: rgb(110, 110, 110);
}

.profile_box {
    display: grid;
    justify-content: center;
    grid-template-columns: 400px 400px;
    gap:20px;
    font-size:16px;
    color: rgb(110, 110, 110);
}

.profile_box ul {
    padding-right: 20px;
    color: rgb(110, 110, 110);
}