@import url('https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    font-family: "Zain", sans-serif;
}
html, body {
    margin: 0;
    height: 100%;
}

body {
    background-color: #0d1117;
    box-shadow: 0 -50vh 30vh -40vh #FCBF49 inset, 0 -50vh 5px -20vh #fcc04909 inset;
    display: flex;
    align-items: center;
    justify-content: center;
}

main {
    max-height: 471px;
    min-height: 471px;
    width: 680px;

    color: white;
    background-color: #171A22;
    border: 1px solid #31363C;
    border-radius: 5px;
    overflow: hidden;
}

h1 {
    background-color: #0b0e13;
    height: 45px;
    font-size: 34px;
    padding: 10px;
    font-weight: 600;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}


#name {
    font-family: "Bitcount Prop Single", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "slnt" 0,
        "CRSV" 0.5,
        "ELSH" 0,
        "ELXP" 0;
    color: #F77F00;
    font-size: 28px;
}

#titles {
    margin: 10px;
    justify-self: center;
    font-size: 20px;
}