﻿.title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #69b6fc;
    color: white;
    border-radius: 0px;
    padding: 10px 15px;
    border: 1px solid #69b6fc;
}

body {
    background-color: #f3eeee;
}

.none_border {
    border-bottom: none !important;
}