*{
    padding: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

body{
    background-image: url("./assets/pexels-soumil-kumar-735911.jpg");
    overflow:hidden;
    background-position: center;
    background-size: cover;
    margin: 0;
}
.container{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(28, 29, 33, 0.8);
}

.title{
    font-size: 50px;
    color: white;
}

.text{
    color: white;
    text-align: center;
}