@font-face {    font-family: 'Kodemono';
    src: url('../assets/fonts/Kode_Mono/KodeMono-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    background-color: black;
}

.main {
    max-width: 800px;
    margin: auto;
}

.name {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
    font-family: Kodemono;
    padding-top: 60px;
}

.pic {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    padding-top: 40px;
}

img {
    width: 35%;
}

.info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
    font-family: Kodemono;
    font-size: 20px;
    max-width: 300px;
    margin: auto;

}

.date {
    color: white;
    padding: 10px;
}

.feeling {
    color: white;
    padding: 10px;
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

a {
    text-decoration: none;
    color: white;
    font-family: Kodemono;
}