.mb-0{
    margin-bottom: 0px;
}

.mt-0{
    margin-top: 0px;
}

my-0{
    margin-top: 0px;
    margin-bottom: 0px;
}

.box{
    padding: 1rem 0 1rem 0;
    background-color: rgb(230, 244, 247, 0.4);
    width: 45%;
    text-align: center;
    margin: auto;
    margin-top: 3vh
}

a{
    text-decoration: none;
}

.superscript{
    font-size: 0.6rem;
}

.bnuuy{
    width:10%;
    position: absolute
}

.homeicon{
    width: 30%;
}

.home{
    position: fixed;
    z-index: 1000;
    display:flex;
    flex-direction: row;
    align-items:center;
    left: 2rem;
    top: 1rem;
}

ul{
    list-style: none;
}