@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
html {
    height: 100%;
}
body{
    background-color: whitesmoke;
    font-family: Open Sans;
    font-weight: bold;
    font-size: 3vw;
    margin:0;
    height: 100%;
}

p {
    margin: 0;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#fen {
    display: grid;
    place-items: center;
}
#fenpic {
    width: 30vw;
    height: auto;
    margin-bottom: 9vw;
}