@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

body {
    font-size: 1.5em !important;
    font-family: "EB Garamond", serif !important;
    font-optical-sizing: auto !important;
    font-weight: 800 !important;
    font-style: normal !important;
}

div.root {
    background-image: linear-gradient(to bottom, #1a4e66, #30c5ed, #ffffff, #abc4a2, #5d8f5f);
}
.root {
    justify-content: center;
    align-items: center;
}