nav img{
    height: 50px;
    width: 50px;
    margin-left: 400px;
}
nav a{
    text-decoration: none;
    margin-left: 50px;
    font-size: 18px;
    color: rgb(255, 255, 255);
}
nav h1{
    color: rgb(255, 255, 255);
}
nav{
    position: sticky;
    top:0;
    background-color: rgb(27, 27, 27);
    width: 100%;
    border-radius: 5px;
    text-align: left;
    padding: 1px;
}
body{
    background-color: rgb(224, 235, 255);
    text-align: center;
}
table,th,td{
    border: 2px solid rgb(28, 106, 207);
    margin: auto;
}
td,th{
    background-color: rgb(224, 235, 255);
    transition: 0.3s;
}
table{
    background-color: rgb(133, 194, 255);
}
th,td:hover{
    padding: 5px;
    font-size: 18px;
}
#bm{
    font-weight: bold;
    margin: auto;
}
