body{
    margin: 0;
    padding: 0;
}
.main{
    background-image: url('main.webp');
    height: 100vh;
    width: 100vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text{
    background-color: #000000C8;
    color: white;
    text-align: center;
    padding: 50px;
    border-radius: 5px;
}
.text h1{
    font-size: 55px;
}
.text p{
    font-size: 20px;
}