@import url('https://fonts.googleapis.com/css2?family=Inclusive+Sans&family=Jacquard+12+Charted&family=Jacquard+24&display=swap');



body {
    margin: 0;
    padding: 0;
    background: burlywood;
    Overflow-x: hidden
    
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #1c1c1c;
    color:#fff;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: large;
    font-family: "Jacquard 24", system-ui;
}


.main-container {
    width: 100%;
height: auto;
padding-top: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
    
}


.main-field {
    background: cornsilk;
    min-width: 60vw;
    Max-width: 90vw;
    min-height: 60vh;
	height: auto;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 10px;
}

