*{
    margin: 0;
    padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');


.main{
    width: 100%;
    height: 100vh;
    background-image: url(../img/tar_bg.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
img{
    width: 400px;
    margin-top: -100px;
    opacity: 0.6;
}

h1{
    font-size: 60px;
    font-family: 'Overpass', sans-serif;
    text-align: center;
    color: #fff;
    margin-top: 50px;
    text-transform: uppercase;
}