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

body {
    font-family: 'Outfit', sans-serif;
    font-weight: 260;
    min-height: 100vh;
    min-height: 100dvh;
    width: 100%;
    background-color: #E8DDD0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
    background-color: #E8DDD0;
    width: 95vw;
    height: 95vh;
    height: 95dvh;
    overflow: visible;
}