
html {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

    html p {
        margin: 0;
        font-family: 'Inter';
        color: black;
        stroke: black;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

body {
    width: 100%;
    height: 960px;
    display:grid; 
    grid-template-rows: 10vh 20vh 30vh 20vh;
    display: flex;
    flex-wrap:wrap; 
    align-items: start; 
    justify-content: center;
    margin: 0;
    background-color: #FFC8FF;
    overflow-x: hidden;
}

.storbild {
    display: flex;
    justify-content: center;
    width: 100vw; 

}

    .storbild img {
        width: 366.8px;
        height: 96px;
         
    }



#form {
    height: 17vh;
    margin: 0;

}

#form p{
    font-size:  2rem; 
    margin-bottom: 3vh; 
}

.fyll {
    border-radius: calc(1.5vh);
    border-width: calc(0.3vh);
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 1.5rem;
    background-color: #ECD529;
    border-color: #B121CE;
    width: 300px;
    height: 60px;
    font-family: "Lilita One", sans-serif;
    color: #000000;
    margin: 1vh;
}

.sub {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    height: 55px;
    width: 240px;
    border-radius: calc(3vh);
    background-color: black;
    margin-top: 1.3vh;
    text-decoration: none;
    color: #ECD529;
    font-family: 'Inter';
    font-size: 1.5rem;
    position: relative;
}

    .sub:hover {
        background-color: #FFFFFF;
        color: #B121CE;
    }