.title{
    text-align: center;
}

button.btn{
    font-size: 150%;
}

div.flex_box{
    display: flex;
    justify-content: center;
}

.under_line{
    border-bottom: solid #333;
}

h2.name{
    border-bottom: 3px double #66d9ff
}