@font-face {
    font-family: 'Aubrey';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/aubrey/v29/q5uGsou7NPBw-p7fvQltKRZUgQ.woff2) format('woff2');
    unicode-range: U +0000 -00FF, U +0131, U +0152 -0153, U +02BB -02BC, U +02C6, U +02DA, U +02DC, U +0304, U +0308, U +0329, U +2000 -206F, U +20AC, U +2122, U +2191, U +2193, U +2212, U +2215, U + FEFF, U + FFFD;
}

body {
    font-family: 'Aubrey', cursive;
    color: #ffb6c1;
    background-image: url(hearts.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    background-color: #ffd1dc;
    color: white;
    margin: 8px;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

a {
    color: white;
    text-decoration: none;
}

.container {
    background-color: #ffe6ec;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 0 20px #ff99bb;
    width: 400px;
}

.title-box {
    display: flex;
    justify-content: center;
    background-color: #ffb6c1;
    color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px #ff80a0;
    width: fit-content;
    margin: 30px auto;
    text-align: center;
}

.title-box h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 2.5em;
}

.us img {
    border-radius: 10px;
    box-shadow: 0 0 10px #ff80a0;
}

