@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:wght@300&display=swap');

body {
    font-family: 'Azeret Mono', monospace;
}

i {
    background: white;
    border-radius: 20px;
    border-radius:50%;
    justify-content: center;
    align-items: center;
    display:inline-block;
    padding:10px;
    margin: 0 auto;
}

img {
    display:block;
}

#confettiCanvas {
    pointer-events: none;
}

.special_a {
    color: unset;
}

#go-to-top-button {
    transition-duration: 0.4s;
    transition-property: bottom;
    position: fixed;
    bottom: 20px;
    right: 30px;
}

svg {
    display: block;
    margin: auto;
}

.dropright:hover div {
    position: relative;
    display: inline;
}

.dropright:hover .dropright-child {
    display: none;
}

.txt-profile {
    float:relative;
}

.profile {
    display: flex;
}

.profile :nth-child(1) {
    margin-right: 5%;
}

.profile :nth-child(2) {
    flex: 1;
}

/* Go to top button */
.btn-circle {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title {
    display: inline;
    font-size: 30px;
}

.p0 {
    margin:5px;
}

.search-res {
    color: black;
    font-weight: 700;
}

.search-res:hover {
    color: #966e46;
    font-weight: 700;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}

.vertical-line {
  border-left: 1px solid #e5e5e5;
  height: 100px;
}
