@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-image: url("./images/background.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.logo{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
h3{
    font-family: "Heebo", sans-serif ;
    color: #ffff;
}
