@charset "UTF-8";

body{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    border-top: 10px solid #03f323 !important;
}


.fast {
     text-align: center;
     font-size: 50px;
     margin-bottom: 10px;
    color: #205527;
    margin-top: 20px;
}

h1 {    
  margin-bottom: 20px;
}

.feis_img {
    text-align: center;
    margin-bottom: 20px;
}

.feis_img img {
    display: inline-block;
}

.mokuzi{
    width: 1200px;
    margin: auto;
    background-color: aqua;
}

.mokuzi ul {
    display: flex;
}

.mokuzi ul li {
    width: 200px;
    min-width: 200px;
    text-align: center;
    border-right:1px solid #000000 ;
}

.mokuzi ul li:first-child{
    border-left:1px solid #000000 ;
}

a{ 
    color: rgb(0, 0, 0);
    
}

.part2 {
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    font-weight: bold;
}

.ice {
    text-align: center; 
    margin-top: 20px;
    margin-bottom: 20px;
}

.ice img {
    display: inline-block;
}

.ice a {
    background: #f30303;
    padding: 15px 20px 15px;
}
