body {
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 22px;
    font-family: "Arial", sans-serif;
    color: #222222;
}

.title {
    display: flex;
    align-items: center;
    background-color: #0088ff;
    height: 100px;
    font-size: 30px;
}

.idea{
    font-size: 20px;
    font-weight: normal;
    margin-left: 2%;
    margin-right: 2%;
}

.code{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}


.main{
    margin-left: 40%;
}

.parsing{
    margin-left: 3%;
}

.analysis{
    font-size: 25px;
}

.archive-number{
    margin-top: 3%;
    font-size: 30px;
    font-weight:bold;
}

.archive{
    margin-left:3%;
}

.text-main{
    font-size: 30px;
    margin: 3%;
    line-height: 1.5;
}

.examples{
    font-weight: normal;
    margin-left:5%;
    margin-right:5%;
    font-size: 22px;
}

.condition{
    font-size: 20px;
    margin-right: 3%;
    line-height: 1.7;
}

.table-archive{
    line-height: 80px;
    font-size: 25px;
    text-align: center;
}

h3{
    color: black;
    font-size: 30px;
}

a:link {
    color: #008ACE !important;
}
a:visited {
    color: #008ACE !important;
}
a:visited:hover {
    color: #D60000 !important;
}
a:link:hover {
    color: #D60000 !important;
}