*
{
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}
ul li 
{

margin-left: 1vw;
margin-right: 1vw;
font-size: 2vh;
font-weight: 700;
}
#logo
{
    text-transform: uppercase;
margin-left: 1vw;
margin-right: 3.5vw;
font-size: 4vh;
font-weight: 700;
}
table 
{
    text-align: center;
    margin: 10px;
width: 100%;
}
#update 
{
border-style: none;
background-color: green;
border-radius: 5px;
transform: scale(0.8,0.8);
}
#delete
{
    border-style: none;
background-color: red;
border-radius: 5px;
transform: scale(0.8,0.8);
}
.ending
{
    width: 100%;
    height:20vh;
    background-color: #343a40;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.ending .pa
{
font-size: 4vh;
font-weight: 700;
}
.ending u
{
        font-size: 1rem;
        text-decoration: none;
        list-style: none;
        text-align: center;
}