*
{
    margin: 0;
    padding: 0;
}

body
{
    overflow-x: hidden;
}

.slierten
{
    display: flex;
    justify-content: space-between;
}

.goudesliert_links
{
   width: 20%; 
   rotate: 130deg;
   margin-top: -40px;
   transform: scaleX(-1);
}

.kroon
{
    margin-top: 50px;
    width: 8%;
    height: 10%;
}

.goudesliert_rechts
{
   width: 20%; 
   rotate: -130deg;
   margin-top: -40px;
}

.content
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -150px;
}

#font
{
    font-family: "Marck Script";
    font-size: 30px;
}

.icons
{
    margin-top: 20px;
}

.icons a img
{
    width: 70px;
}

#linkedin
{
    width: 75px;
}

a
{
    text-decoration: none;
}