
body{
    font-family: "Alan sans", sans-serif;
}
.toptop{
    width: 96.5%;
    margin: auto;
    display: flex;
}
.toptop table{
    width: 100%;
}
.toptop table td{
    width: 33%;
}
.toptop table td img{
    width: 160px;
    height: 39px;
}
.toptop table td p#num{
    width: 100%;
    margin: 1px;
    text-align: center
}
td#app p{
    width: 100%;

    text-align: right;
}
.toptop p{
    margin: 0;
}
span.bo{
    color: black;
    transition: color .1s;
}
span.bo:hover {
    color: #1BC068;
}
.top{
    width: 96%;
    height: 30px;
    background: linear-gradient(to right, #1BC068, #23CEFA);
    margin: auto;
    border-radius: 5px;
}
.nav{
    /*width: 165px;*/
    position: fixed;
    margin-left: 2%;
    margin-top: 6%;
    background-color: #1BC068;
    border-radius: 5px;
    box-shadow: 0 0 9px 6px #DDD;
}
.nav a{
    text-decoration: none;
    color: white
}
.navItem{
    padding: 20px;
    transition: padding .2s;
    
}
.navItem:hover{
    background-color: #23CEFA;
    padding: 40px;
    
}
.navItem p{
    font-size: 15pt;
    text-align: center;
    margin: 0;
}

.content{
    position: relative;
    float: right;
    margin-top: 6%;
    margin-right: 2%;
    margin-bottom: 20px;
    background-color: #F2F2F2;
    border-radius: 5px;
    width: 70%;
    box-shadow: 0 0 9px 6px #DDD;
}
.image{
    width: 250px;
    height: 350px;
    margin: auto;
}
.image:hover{
    transform: scale(1.1);
}
h1{
    text-align: center;
}
.content table{
    margin: auto;
    width: 90%
}
.content td{
    text-align: center;
    width: 33%;
    padding-bottom: 10px;
    border-right: dashed;
}





