html {
    cursor: url(../catpawn_link.ico), default;
}

a {
    cursor: url(../catpawn_link.ico), default;
}

body {
    margin:0;
    background-color: white;
}

.headerbar {
    overflow: hidden;
    background-color: #212121;
    position: fixed;
    top: 0;
    width: 100%;
    height: 5rem;
    color: white;
    font-size: 3.5rem;
    font-family: cursive;
    font-weight: bold;
}

img.underconstruct {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.catpawn {
    height: 3.5rem;
    width: 3.5rem;
}

img.home_cat {
    width: fit-content;
    height: 98%;
    margin-right: 20rem;
    border-radius: 1rem;
    border: .5rem solid #212121;
}

.main_page {
    margin-top: 6rem;
    display: flex;
}

.vertical-menu {
    width: 30rem;
    border-style: solid;
    border-color: #212121;
    border-width: 1rem 0.5rem 1rem 0.5rem;
    border-radius: 0 1rem 1rem 0;
    background-color: #212121;
}

.vertical-menu a {
    color: white;
    text-decoration: none;
}

.vertical-menu a:hover{
    color:rgb(218, 54, 54);
}

li {
    margin-bottom: .5rem;
}

ul.a {
    list-style-type: circle;
    color: white;
    padding-left: 1.5rem;
}

.board {
    width: 100%;
    height: 50rem;
    margin-left: 1rem;
    border: none;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #212121;
    text-align: left;
    font-family: cursive;
}