body {
    background-image: url("../images/contact.jpg");
    background-repeat: no-repeat;
    background-size: 1500px 800px;
}

.Minju {
    margin-top: -85px;
    margin-left: 950px
}

.Aileen {
    margin-top: -80px;
    margin-left: 770px
}

.Yewon {
    margin-top: -40px;
    margin-left: 150px
}

.center-link {
    text-align: right;
    margin-top: 50px;
    margin-right: 10px;
    font-size: 20px;
}

a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 5px 10px;
    border-radius: 7px;
    border-color: rgba(19, 55, 93, 0.5);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
    animation: slideIn 1s ease-in-out;
}


a.more-link {
    font-size: 14px;
    padding: 10px 15px;
    position: absolute;
    left: 35px;
    top: 35px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid white;
    transition: all 0.3s ease;
    animation: slideIn 1s ease-in-out;
    color: white;
}

a.more-link:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
    border-color: white;
    text-decoration: underline;
}

h1 {
    font-size: 70px;
    margin-left: 200px;
    text-align: default;
    color: white;
    margin-top: 50px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}
