* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

img {
    width: 100%;
}

body {
    background-image: url(bilder/bg.svg);
    background-color: #674baf;

}

:root {
    --main-color: #eee;
}

@import url('https://fonts.google.com/specimen/Open+Sans');

@import url('https://fonts.google.com/specimen/Poppins');

.container {
    display: flex;
    width: 100vh;
    justify-content: center;
    align-items: center;
    margin: 75px auto;

}

.head1 {
    font-size: 2.4rem;
    color: var(--main-color);
    margin: 20px 0px 20px 0px;
    font-family: 'https://fonts.google.com/specimen/Poppins';
}

.p1 {
    font-size: 1.1rem;
    color: var(--main-color);
    margin: 0px 0px 20px 0px;
    line-height: 1.4;
    font-family: 'https://fonts.google.com/specimen/Open+Sans';
}

.but1 {
    width: 150px;
    height: 50px;
    border-radius: 20px;
    border: none;
    color: #674baf;
    font-size: 1rem;
    font-family: 'https://fonts.google.com/specimen/Open+Sans';
}

.img1 {
    width: 400px;
    height: 300px;
}

nav {
    background-color: black;
    height: 10vh;
    color: #fff;
    padding: 20px 0;

    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 500px;

}

.fa-house {
    font-size: 40px;
}



.img2 {
    width: 6%;
}


.fa-brands {
    color: white;
    font-size: 20px;
    text-align: center;
    border: solid white 2px;
    border-radius: 30px;
    padding: 10px;
    margin: 0px 5px 0px 5px;

}



.ikoncontainer {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    margin-left: 500px;

}

@media (max-width: 800px) {
.container {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}

.nav {
display: flex;
flex-direction: column;
align-items: center;
} }
