.footer {
    padding: 1rem; 
    margin-top: 2rem; 
    font-size: 0.875rem;
    line-height: 1.25rem; 
    text-align: center; 
    background-color: #eececd; 
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06); 
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.cc {
    vertical-align: auto;
    text-align: center;
    display:inline-block; 
    height: 30px;
    display: inline;
}

h1 {
    font-size: 1.5rem;
    line-height: 2rem; 
    font-weight: 700; 
    margin-right: 5vh;
    margin-left: 3vh;
}

.navbar {
    display: flex; 
    flex-direction: row;
    align-items: center; 
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); 
    z-index: 99;
    width: 100%;
    height: 8vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #d16d6a;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    margin-left: 0px;
}

.links{
    font-weight: 500;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    flex: 1;
    text-decoration: none;
    color: rgb(10, 20, 10);
}
.links:hover {
    text-decoration: underline;
    color: #000000;
    font-weight: bold;
}
@font-face {
  font-family: "SegoeUIDrac";
  src: url("https://liroxdeyamon.github.io/DraconicAPIs/font/SegoeUIDrac.ttf") format("truetype");
}