body {
    background-image: url(./assets/start.webp);
    background-size: cover;
    height: 100vh;
    text-align: center;
    font-family: "DynaPuff", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    position: relative;
}

#container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 115px auto;
    width: 600px;
    color: #a87272;
    text-shadow: 4px 0 #f9fcfe, -4px 0 #f9fcfe, 0 4px #f9fcfe, 0 -4px #f9fcfe,
             3px 3px #f9fcfe, -3px -3px #f9fcfe, 3px -3px #f9fcfe, -3px 3px #f9fcfe;
    text-align: left;
}

input {
    font-family: "DynaPuff", system-ui;
    width: 85%;
    border: 2px solid #a87272;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: #f9fcfe;
    color: #a87272;
}

button {
    display: flex;
    margin-top: 40px;
    margin-left: 0;
    font-family: "DynaPuff", system-ui;
    border: 3px solid white;
    border-radius: 10px;
    padding: 7px 20px;
    background-color: #a87272;
    color: #f9fcfe;
    font-size: 1rem;
}

button:hover {
    padding: 8px 21px;
    font-size: 1.1rem;
}