*{
    margin:0;
    padding:0;

}

header{
    background-color: rgb(250, 156, 208);
    height: 90px;
}

nav{
    padding-top: 24px;
}

div {
    border: 5px solid rgb(211, 8, 143);
    max-width: min-content;
}
span{
    color: rgb(236, 105, 105);
}
li{
    display:inline ;
    margin: auto 10px;
}
header a {
    text-decoration: none;
    color:rgb(255, 115, 115);
    font-size: 22px;
}

header a:hover{
    color: rgb(255, 130, 130);
}

li > a {
    text-decoration: none;
    color:rgb(255, 107, 107) ;
    font-size: 22px;
}
li > a:hover{
    color:rgb(255, 137, 137)
}
li > a:visited{
    color: rgb(228, 116, 250)
}
ul{
    text-align: center;
}

.div{
    min-width: 50px;
    width: 50px;
    height: 50px;
    border: 2px solid rgb(250, 129, 129);
    margin-top: 20px;
    padding-top: 10px;
}

div{
    background-color: deeppink;
    background-image: url(morangoesuasbest.jpg);
}

div {
    background-color: rgb(192, 56, 140);
    min-width: 20px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    background-attachment: fixed;
}