.bottom{
    width: 100%;
    bottom: 0;
    text-align: center;
    background-color: rgb(16, 14, 20);
}

.bottomText{
    font-size: 1vw;
    padding-top: 15px;
    
    color: rgb(184, 174, 174);
}

#bottomTextHref a{
    text-decoration:none;
}

#bottomTextHref a:hover{
    color: gray;
}

@media(max-width: 600px){
    .bottomText{
        font-size: 15px;
    }
}