 body {
  background-image: url("IMGP2537.JPG");
}
li {
    display: inline;
    background-color: blue;
    color: white;
    float: right;
    border: 5px solid black;
    border-radius: 10px;
    padding: 4px
    
}
li a {
    color: white;
    text-decoration: none;
}

    img {  
     border-radius: 100px; 
    border: 5px solid brown;
    }

 td {
    display: inline;
    float: right;
    color:aquamarine;
    border: 5px solid black;
    padding: 2rem;
    align-items: center;
}    
a {
    color: aquamarine;
    text-decoration: none;
}
section {align-items: right;}


 section {
    border: 5px solid rgb(116, 22, 22);
    background-color: antiquewhite;
    
}
 .hej {
    border: 5px solid rgb(29, 122, 20);
    background-color: rgb(19, 4, 75);
}
 main {
    border: 5px solid rgb(22, 44, 116);
    background-color: brown;
}