.main {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.section.full {
    flex-grow: 1;
}
.social-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #ff8200 0%, #ff2e00 100%);
    margin-right: 20px;
    border-radius: 50%;
    transform: scale(0.95);
    transition: all 0.3s ease;
}

.social-btn i {
    color: white;
}

.social-btn:hover {
    transform: scale(1.1);
}

.contact-box {
    margin-top: 50px;
}

.mascotBox {
    display: block !important;
}
