h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
b,
.copy,
label {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

i.home,
img.home {
    margin-top: 35px;
    margin-bottom: 35px;
}

img.home:hover {
    transform: scale(1.05);
    cursor: pointer;
}

i.home:hover::before {
    cursor: pointer;
    transform: scale(1.05);
}

#control_admin {
    position: fixed;
    top: 45px;
    right: 0;
    min-width: fit-content;
    max-width: 33px;
    margin: 0;
}

#control_admin svg {
    margin: 0;
}

.hoverable:hover {
    cursor: pointer;
}