.top{
    height: 200px;
    background-image: linear-gradient(aquamarine, white);
}

.navi {
    background-color: grey;
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

.focus-news i {
    line-height: 2;
    color: #7E8F7C;
}

.focus-news h2 {
    color: #C63D0F;
    line-height: 1;
    margin: 0;
}
  
.focus-news img{
    width: 180px;
}

.column2 {
    float: left;
    width: 50%;
    padding: 5px;
}

.column3 {
    float: left;
    width: 33%;
    padding: 5px;
}

ul {
    list-style: none;
    font-size: x-large;
}

ul a {
    font-size: large;
}

.main h3 {
    color: darkred;
}


.toliet {
    display: inline-block;
    padding: 0.5em;
    border-bottom: solid 1px #CCC;
    width: 33%;
}

.toliet .img-thumbnail{
    width: 300px;
    height: 225px;
}