body {
    font-family: Arial;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 150px auto;
    color: #444;
    background-color: #eeeeee;
    max-width: 650px;
}

.title-box {
    padding-left: 30px;
}

.title {
    font-weight: bold;
    font-size: 50px;
}

.subtitle {
    font-size: 15px;
    color: #686868;
}

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service {
    width: 150px;
    padding: 25px 50px 25px 50px;
    border: 1px solid #444;
    border-radius: 7px;
}

.service:hover {
    background-color: #e4e4e4;
}

.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 15px;
    padding: 50px;
    padding-left: 100px;
    padding-right: 100px;
}

footer {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    padding: 7px;
    border-top: 1px solid #444;
    width: 100%;
    background-color: #eeeeee;
}
