body {
    font-family: Arial, sans-serif;
/*    background-color: #E41D3D; */
	background-color: #2D327C;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

header {
    text-align: center;
    padding: 20px 20px 10px 20px;
}

header img#foto {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}
header img#remax_logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

header h1 {
    margin-top: 10px;
	margin-bottom: 3px !important;
}

header h4 {
	margin: 3px !important;
}

main {
    text-align: center;
    padding: 10px;
}


.links a {
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    margin: 10px;
    transition: transform 0.3s ease-in-out;
}

.links a img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    vertical-align: middle;
}

.links a:hover {
    transform: scale(1.1);
}

.contact p {
    margin: 10px;
}

.contact a {
	text-decoration: none;
	color: #FFFFFF;
}

