body {
    font-family: 'Futura', sans-serif;
    background-color: #F5F5F5;
    color: #212121;
}

.vintage-border {
    border: 2px solid #212121;
    box-shadow: 8px 8px 0 #212121;
}

.social-icon {
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}