#about_panel{
font-family: nunito;
background-color: rgba(255,255,255,1);
font-size: 2vh;
padding: 1vh;
overflow-y: auto;
}

#about_panel h1{
text-align: center;
font-size: 3.5vh;
}

#about_panel h2{
text-align: center;
font-size: 2vh;
text-transform: uppercase;
}

#sync_menu{
font-family: nunito;
background-color: rgba(255,255,255,1);
font-size: 2vh;
padding: 1vh;
overflow-y: auto;
border: 10px solid teal;
border-radius: 25px;
}

.sync_item {
height: 100px;

}

.sync_item .item_image img{
width:100px;
height:100px;
float: left;
}

.sync_item .item_text{
height: 100px;
font-size: 2.5vh;
float: left;
padding-left: 10px;
line-height: 100px;
}

.sync_item .item_text2{
height: 100px;
font-size: 2vh;
float: left;
padding-left: 10px;
line-height: 100px;
}
