*{
    margin: 0;
    padding: 0;
    }
    
header {
    background-color: #043546d8;
    height: 100px;
}


span{
    color: rgb(214, 27, 167);
}
    
li {
    display: inline;
    margin: auto 100px;
}
    
header a:hover{
    font-weight: bold;
    text-decoration:none;
    color: rgb(1, 10, 1);
    color: rgb(48, 28, 91)

}

header a{
    text-decoration: none;
    color: rgb(55, 0, 255);
    font-size: 25px;
    gap: 1.5rem;
}
    
ul{
    text-align: center;
}

img {
    width: 450px;
    max-width: 450px;
    margin: 15px auto;
    display: block;
}

a:visited {
    color: rgb(132, 184, 194);
}

nav {
    padding-top: 25px;
}

h1{
    color: rgb(26, 7, 110)
}



ul {
    text-align: center
}

div {
    background-color: #90ebf9; 
    max-width: 900px;
    width: 100%;
    margin: 50px auto;
    border-radius: 60px;

}

body{
    background-color: rgb(97, 103, 252);
}



    
    
