header{
    height: 100px;
    box-shadow: 0px 5px 13px 2px gray; 
}   

header {
    display: flex;
    justify-content: flex-end;
    align-items: center;

}
header a{
    font-size: 14px;
    font-family: Segoe UI;
    margin-right: 16px;
    color: gray;
    text-decoration: none;
}

header a:hover{
    color:black;
}

.container {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    

}

.container a{
    background-color: purple;
    color: white;
    text-decoration: none;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.705);
    border-radius: 10px;
}

.container a:hover{
    background-color: rgb(194, 12, 194);
}


.bilder{
    display: flex;
    justify-content: center;
}

