body {
    background-color: rgb(255, 223, 229);
    background-image: url()
}

nav {
    text-align: center;
    font-size: 40px;
    text-shadow: 8px 8px 12px rgb(0, 0, 0);
}
h1{
    text-align: center;
    font-size: 50px;
}
h2{
    color: rgb(0, 0, 0)
}
h5{
    text-align: center;
    text-shadow: 4px 4px 12px rgb(0, 0, 0);
}
p{
    color: rgb(0, 0, 0);
}


div{
    background-color: rgb(255, 255, 255);
    width: 75%;
    margin: auto;
    padding: 10px;

    border-width: 2px;
    border-style: solid;
    border-color: rgb(0, 0, 0);

    border: 2px;

    border-radius: 3.14px;

    border-style: ridge;
    box-shadow: 10px 10px 10px rgb(0, 0, 0);
}