body {
    margin: 0;
    padding: 20px;
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    text-align: center;
    background: linear-gradient(#e6e0db,#cce3de);
    /* text-shadow: -2px 3px 3px rgb(255, 255, 255); */
}

#header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-ian {
    width: 50%;
    border-radius: 50%;
    border: solid 8px #e2abb6;
}

.pink-bcg {
    background: #e2abb6;
    padding: 5px 10px;
    border-radius: 4px;
}

.header-subtitle {
    margin-top: 0;
    margin-bottom: 0;
}

.img-gift {
    width: 400px;
    height: 400px;
    background-image: url("../img/gift.jpg");
    background-color: grey;
    background-position: center;
    background-size: cover;
    border: solid 8px #e2abb6;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
}

.gift-sec {
    margin-top: 30px;
    margin-bottom: 0;
}

.gift-sec-subtitle {
    margin-top: 0;
}

#gift-1:hover {
    background-image: url('https://media.giphy.com/media/YnBntKOgnUSBkV7bQH/giphy.gif');
}

#gift-2:hover {
    background-image: url('https://media.giphy.com/media/gIYVGjGT97aA77A5Ej/giphy.gif');
}

#gift-3:hover {
    background-image: url('https://media.giphy.com/media/VbawWIGNtKYwOFXF7U/giphy.gif');
}

#gift-4 {
    height: 200px;
}

#gift-4:hover {
    background-image: url('https://media.giphy.com/media/U4DswrBiaz0p67ZweH/giphy.gif');
}

.footer-link {
    color: inherit;
}

.footer-txt {
    margin-top: 40px;
}