body{
    background-color: #FFE5A1;
margin: 0;
padding: 0;

}

#loader{
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.text{ font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;}