html {
    scroll-behavior: smooth;
    }

body {
    min-height: 150vh;
    background-image: url("src/wbtg.webp");
    background-size: cover;
    font-family: "Noto Sans", sans-serif;
    font-size: smaller;
    font-style: normal;
    margin:0;
}

nav{
    height: fit-content;
    width: 90%;
    display: flex;
    justify-content: flex-end;
    padding: 0px 10px;
    margin: 5px;
}

aside  {
    display: block;
    width: 50%;
    padding-left: 10px;
    float: right;
    margin-left: 10px;
    backdrop-filter: blur(10px);
    margin-top: -5px;
}

th {
    text-align: left;
}

td:first-child {
    border-right: solid 1px rgb(0, 0, 0);}

td {
    padding-left: 10px ;
}

h3 {
    background-color: rgba(63, 63, 63, 0.885);
    padding: 5px 15px 10px;
    color: white;
    font-weight: 500;
}

p {
    margin-top: -5px ;
    padding-left: 15px;
    text-transform: lowercae;
}

.img{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 80vh;
    padding: 10px;
}

a {
    position: relative;
    padding: 5px 20px;
    color: black;
    text-decoration: none;
    font-family: sans-serif;
    letter-spacing: 1px;
}

#a:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.134), -10px -10px 10px white;
    border-radius: 2px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 15px 0 0 0 ;
    backdrop-filter: blur(10px);
}