body {
    text-align: center;
    background: linear-gradient(#f97cc3 0%, #a6e728 100%);
    background-repeat: no-repeat;
    padding-top: 80px;
}

img {
    border-radius: 50%;
    width: 100px;
}

h1 {
    text-shadow: 2px 2px #833ab4;
    font-size: 20px;
}

#bio {
    padding: 20px;
    font-size: 18px;
    text-align: center;
}

.line {
    height: 6px;
    width: 70px;
    background-color: black;
    margin: 8px auto;
}

.menu {
    list-style: none;
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 10;
    cursor: pointer;
}

.links {
    float: left;
    color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 20px;
}

.links:hover {
    background-color: cornflowerblue;
    font-size: 30px;
}

p {
    max-width: 450px;
    margin: 25px auto;
    line-height: 1.3;
    font-size: 17px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #001a9e;
}

#founders {
    background: linear-gradient(#e6a6e9 0%, #cce7ae 100%);
}

.ceos {
    height: 200px;
    width: 200px;
    transition: transform .2s;
}

.ceos:hover {
    transform: scale(0.9);
}