@charset "utf-8";

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}

.title h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: bold;
}

.title p {
    font-size: 14px;
    margin-top: 15px;
}

.feature {
    width: 65%;
    max-width: 100%;
    margin: 60px auto;
    line-height: 30px;
}

.name {
    font-size: 25px;
    font-weight: bold;
}

.e-mail {
    font-size: 15px;
    font-weight: bold;
}

.history {
    font-size: 15px;
    font-weight: bold;
}

@media (max-width:800px) {
    .feature {
        display: block;
        width: 95%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}