* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: white;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    background-color: #0e058d;
    color: white;
    padding: 20px;
}

.header h1 {
    text-align: center;
}
.header h2 {
    text-align: center;
    font-size: x-large;
}

.nav {
    display: flex;
    font-weight: bold;
    justify-content: space-around;
    align-items: center;
    margin-top: 2px;
    background-color: #0e058d;
    padding: 10px;
}

.nav a {
    text-decoration: none;
    color: #fff8f8;
}

.nav a:hover {
    color: #ccc;
}

.section {
    padding: 0px;
}

.section h2 {
    background-color: #0e058d;
    color: white;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section p {
    line-height: 1.5;

}

.section ul {
    list-style-type: none;
}

.section ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.section ul li a {
    text-decoration: none;
    color: #333;
}

.section ul li a:hover {
    color: #666;
}

.paper {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
}

.paper-author {
    color: #999;
}

.paper a {
    text-decoration: none;
    color: #333;
}

.paper a:hover {
    color: #666;
}

.paper-title {
    font-size: large;
}

.paper-conference {
    font-size: large;
}

#album p {
    text-align: center;
    font-size: larger;
    margin-bottom: 10px;
    line-height: 1.5;
}

.photoframe {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-top: 10px;
}

.photo2 {
    margin-top: 10px;
    display: table;
    float: left;
    width: 50%;
    text-align: center;
}

.photo2 img {
    margin: auto;
}

.photo4 {
    margin-top: 10px;
    display: table;
    float: left;
    width: 25%;
    text-align: center;
}

.photo4 img {
    margin: auto;
}

#contact ul li {
    margin-left: 40px;
}

.footer {
    background-color: #070066;
    color: white;
    padding: 20px;
    text-align: center;
}

.member {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-top: 10px;
}

.member img {
    margin-right: 10px;
}

.member-name {
    font-size: larger;
    font-weight: bold;
}

.mail 
{
    font-size: large;
}

.mail-fac 
{
    font-size: large;
    text-align: center;
}

#logo {
    width: 293px;
    height: 55px;
}