@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

.logo {
    max-width: 400px;
}

.social {
    max-width: 32px;
}

.middle {
    margin-top: 200px;
    left: 50%;
    text-align:center;

}
body {
    align-items: center;
    font-family: "Comfortaa";
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0)), url('img/mushtdun.jpg');
    background-size: 2560px;
    background-position-x: center;
    color: whitesmoke;
    background-repeat: no-repeat;
}

h1 {
    font-weight: 700;
    font-size:3em;
}

p {
    font-weight: 600;
    font-size: 2em;
}
