    @charset "UTF-8";

    html, body * {
        box-sizing: border-box;
    }

    html {
        font-size: 8px;
    }

    body {
        margin: 0;
        padding: 0;
        font-family: 'Roboto', sans-serif;
        background-size: cover;
        display: flex;
        height: 100vh;
    }
    main {
        width: 42.0rem;
        height: 37.5rem;
        background-color: red;
        overflow: hidden;
        box-shadow: 12px 12px 50px 12px rgb(0 0 0 / 20%);

    }
