@font-face {
    font-family: 'Willsyard';
    src: url('_fonts/Willsyard.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;

    /*background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);*/
    /*background-image: linear-gradient(120deg, rgba(255, 255, 255, 1) 0%, rgba(224, 187, 108, 1) 100%);*/
    /*background-image: linear-gradient(to top, rgb(223, 233, 243) 0%, white 100%);*/
    /*background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);*/
    /*background-image: linear-gradient(to top, #30CFD0 0%, #fef9d7 100%);*/
    /*background-image: linear-gradient(-225deg, #FFE29F 0%, #FFA99F 48%, #FF719A 100%);*/
    /*background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);*/
    /*background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);*/
    background-image: linear-gradient(to top, #dbdbdb 0%, #ffe4c9 99%);

    font-family: "Willsyard", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.center-box {
    width: 300px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 5rem;
    /*color: #696969;*/
}