html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: black;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.frame {
    position: fixed;
    top: 4%;
    left: 4%;
    right: 4%;
    bottom: 4%;
    border: 2px solid white;
    border-radius: 10px;
    padding: 20px 40px;
    box-sizing: border-box;
    overflow: auto;
    scroll-behavior: smooth;
    background: transparent;
}
.top_bar {
    display: flex;
    align-items: center;
    position: sticky;
    top: 20px;
    z-index: 10;

    padding: 8px 0;
}
.antre {
    color: white;
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    margin: 0;
    margin-top: 0;
    margin-left: 35px;
}

ul {
    display: flex;
    list-style: none;
    margin: 0;
    margin-left: auto;
    padding: 0;
}

ul li a {
    display: block;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
}


.whoami {
    color: white;
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    margin: 0;
    margin-top: 15%;
    margin-left: 35px;
    display: block;
    align-items: center;
}

.name{
    color: white;
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-size: 3em;
    margin: 0;
    margin-left: 35px;
    display: block;
    align-items: center;
}


.cat {
    color: white;
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    margin: 0;
    margin-left: 35px;
    display: block;
    align-items: center;
}


.stats{
    margin-left: 35px;
    margin-top: 20px;
}

.see_more_text{
    color: white;
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    margin: 0;
    margin-left: 35px;
    margin-top: 15px;
    display: block;
    align-items: center;
}

.see_more{
    background: none;
    color: white;
    border: solid white 3px;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    margin-left: 35px;
    cursor: pointer;
}

.description{
    color: white;
    font-family: "Orbitron", sans-serif;
    font-weight: 300;
    font-size: 2em;
    margin: 0;
    margin-top: 10%;
    margin-left: 35px;
    display: block;
    align-items: center;
    margin-bottom: 20px;
}

.description_text{
    padding-left: 20px;
    color: white;
    width: 500px;
    height: 650px;
    font-family: "Orbitron", sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    margin: 0;
    margin-left: 35px;
    display: block;
    align-items: center;
    border: solid white 2px;
}

.description_text p{
    font-size: 1.5em;
    width: 390px;
    font-weight: 600;
}

.cat_email{
    color: white;
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    margin: 0;
    margin-left: 35px;
    margin-top: 50px;
    display: block;
    align-items: center;
}

.email{
    color: white;
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    margin: 0;
    margin-left: 35px;
    display: flex;
    margin-top: 20px;
    align-items: center;
    border: solid white 1px;
    width: 270px;
    height: 60px;
    padding-right: 40px;
    justify-content: center;
}

.cat_github{
    color: white;
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    margin: 0;
    margin-left: 35px;
    margin-top: 15px;
    display: block;
    align-items: center;
}

.link{
    color: white;
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    margin: 0;
    margin-left: 35px;
    display: flex;
    margin-top: 20px;
    align-items: center;
    border: solid white 1px;
    width: 90px;
    height: 60px;
    padding-right: 220px;
    justify-content: center;
}

.link_a{
    text-decoration: none;
}