@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

body {
    background-color: #F9B953;
    color: white;
    font-family: "Inter", sans-serif;
    padding:0;
    margin:0;
}
.logo{
    width:90%;
    max-width:500px;
}
.homebanner{
    width:100vw;
    height:100vh;
    height:100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}