*{
    margin: 0;
    padding: 0;
}

body{
    background-color: rgb(212, 77, 169);
}

ul{
    text-align: center;
}

li {
    display: inline;
    margin: auto 100px;
}

nav{
    padding-top: 30px;
}

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

header {
    background-color: #924981d8;
    height: 100px;
}

header a:hover{
    font-weight: bold;
    text-decoration:none;
    color: rgb(134, 37, 170)

}

h1,h2{
    text-align: center;
}

