*{
    padding: 0;
    margin:0;
}

body{
    background:url("Fbg.jpg");
    min-height: fit-content;
    min-width: fit-content;
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    display: flex;
}
.but{
    display:flex;
   
  
}
.sz{
    font-size: larger;
}
.he
{
    
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-style: oblique;
    color: rgb(199, 231, 235);
    
    font-size: 80rem;
}
.cont
{
    display: flex;
    flex-direction: column;
    width:100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    position: absolute;
    top:30%;
}
@media screen and (max-width:621px) {
    .but{
        flex-direction: column;
    }
}