@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Rock+Salt&display=swap');


*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

html{
    width: 100%;
}
.body{
    background-color: rgb(255, 255, 255);
    width: 100%;
}