body{
    margin: 0;
    padding: 0;
}

.main{
    background-image: url(/az.webp);
    background-size: cover;
    min-height: 100vh;
}

.main h1{
    font-size: 90px;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    margin: auto;

    color: white;
}