
/*p{
	text-align : center;
	font-size: 40pt; 
	font-weight:bold;
			}
			select
			{
				font-size : 20pt;
				width : 40%;
				margin-left : 20%;
			}
			#but
			{
				font-size : 20pt;
			}
			#for
			{

				 left: 35%;
			}
			*/

body{
    font-size: 16pt;
}			
			
.icon {
    width: 150px;
    height: 150px;
}

.icon_little {
    width: 50px;
    height: 50px;
}

.link{
    font-size: 16pt;
	color: BLUE;
	text-decoration: none;
	font-weight: bold;
}

.main{
    margin-top: 15%;
    top: 0%;                      
    transform: translate(0, -20%);   
}
.normal_button{
    background-color: #D8E6F3; 
    border-radius: 10px;
    font-size: 16pt;
    cursor: pointer;
    padding-left : 32px;
    padding-right: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 128px;
}
.td_center{
    text-align: center;
}