body{   
    background-color: steelblue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
}

#bilde{
    display: flex;
    justify-content: center; 
    align-items: center;    
    width: 1000px;
    height: 600px;   
    margin: auto;
}

#bilde img{
    display: block;
    width: 100%;
}

#text{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;   
    top: 25%;             
    left: 50%;            
    width: 200px;
    height: 90px;
    background: white;
    border-radius: 20px;
    padding: 2px;
}

#text p{
    margin: 0px;
}

#text2{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;   
    top: 30%;             
    left: 32%;            
    width: 200px;
    height: 90px;
    background: white;
    border-radius: 20px;
    padding: 2px;
}

#text2 p{
    margin: 0px;
}

nav{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: darkslateblue;
    padding: 2%;
    border-radius: 5%;
    text-decoration: none;
    color: #ffffff;
    width: 100px;
    margin: 70px;
}

div{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

#plassering{
    position:absolute; bottom: 5px; left: 100px;
    height: 100px;
    width: 100px;
}

#utseende{
    position: relative;
    background-color: darkslateblue;
    padding: 5%;
    border-radius: 5%;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    width: 250px;
}
