
html {
    scroll-behavior: smooth;
}

body {
    background-color: black;text-align: center;

}

h1 {
    color:#e22b90;font-family: cursive;font-size: 85px
}

h2{
    color:aliceblue;font-family: cursive;font-size: 40px

}

h3{
    color:aliceblue;font-family: cursive;font-size: 30px;text-align: justify
}

img{
    width: 250px;; height: 250px;
}

a {
    color: rgb(226, 43, 144);
}

a:hover{
    color: rgb(255, 105, 180);
}

table {
    border-collapse: collapse;
    margin: auto;
    color: white;
}

th, td {
    border: 2px dashed rgb(240, 237, 237);
    padding: 10px;
}

th {
    background-color:rgb(226, 43, 144);
};

.navbar {
    background-color: rgb(226, 43, 144);
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 20px; 
    border-bottom: 3px double white;
    font-family: cursive;
}

.navbar a {
    color: white;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 15px;
    transition: 0.3s;
    font-size: 18px;
}

.navbar a:hover {
    background-color: white;
    color: rgb(226, 43, 144);
}
