@charset "utf-8";
/* CSS Document */



body {
	background-color: #DCAA48;
}

.text-info {
	margin-top: 1.5rem;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-weight: 400;
	
}

.nav-link {
	color: #29abe0;
	transition: scale, .75s;

}

.nav-link:hover {
	transform:scale(1.3);
}

 
#wrapper {
            width: 80%;
            margin: 0 auto;
            padding: 20px;
            overflow: auto;
        }
h1 {
            text-align: center;
            margin-bottom: 20px;
        }
.contact {
            width: 30%;
            float: left;
            padding: 10px;
            border: 1px solid black;
            margin: 10px;
            margin-bottom: 30px;
        }
.contact img {
            float: left;
            margin-right: 14px;
            
            max-width: 100%;
            height: auto;
        }
.contact h2 {
            font-size: 30px;
            
        } {
            margin: 0;