* {
    box-sizing: border-box;
    font-family: 'Helvetica', 'Verdana', cursive;
    
}

html
{	   
    width: 100%;
    height: 100%;
}

body
{
	font-size: 30pt;
	margin: 0 auto;
	text-align: center;	
	color:black;
	line-height: normal;
}

#address
{
	margin-top:50px;
	line-height: 10pt;
	color : green;
}

#name
{
	color : green;
}

#link
{
	color: #1D4B74;
}

#link:active
{
	color: red;
}

#link:visited
{
	color: red;
}

#works
{
	font-size: 25px;
	margin-top : 50px;
	margin-left: 80px;
	margin-right: 80px;
}

.map
{
	margin-top: 10px;
}


@media screen and (max-width: 852px)
{	
	#address{
		font-size : 20pt;
	}
}

@media screen and (max-width: 400px)
{	
	#address{
		font-size : 10pt;
	}
	#works{
		font-size : 10pt;
	}
}




