body {
    background-image: url("../images/about.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: white;
}

.profile-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    padding: 20px;
    margin-right: 250px;
    margin-left: 250px;
    margin-top: 100px;
}

h1 {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 650px;
    color: white;
    cursor: pointer;
    font-size: 50px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    border-bottom: 1.5px solid white;
    padding-bottom: 10px;
}

h2 {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 20px;
    font-weight: lighter;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid white;
    transition: all 0.3s ease;
    animation: slideIn 1s ease-in-out;
    color: white;
}

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;
}

.Minju, .Yewon, .Aileen {
    color: white;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid white;
    padding-bottom: 10px;
    line-height: 1.5;
    animation: slideIn 1s ease-in-out;
    margin: 0 10px;
    flex: 1;
}

.Yewon {
    font-size: 12px;
}

.Aileen {
    font-size: 12px;
}

.Minju {
    font-size: 12px;
}
