body {
    background-color: rgb(66, 66, 66);
}

header img {
    width: 50px;
    height: 50px;
}

.hero {
    height: 100vh;
    background-image: url(profil.jpeg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.title {
    margin-bottom: 2rem;
    text-align: center;
    color: #ff6347;
}

.burger-img {
    width: 100%;
    height: 33vh;
    object-fit: cover;
}

.logo {
    height: 12vh;
}

.galery {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 15vh;
}

.galery:hover {
    scale: 0.9;
}

.card-contact {
    background-color: rgba(166, 166, 166, 0.2);
    box-shadow: 2px 5px 5px rgba(26, 26, 26, 0.2);
}