body {
    text-align: center;
    padding-top: 5%;
}

h1 {
    font-size: 5vw;;
}

body {
    font: 2vw Helvetica, sans-serif;
    color: #333;
}

article {
    display: block;
    text-align: left;
    width: 65vw;
    margin: 0 auto;
}

a {
    color: #dc8100;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

.upm-logo {
    max-width: 30%;
    height: auto;
    align-self: center;
}

p {
	/* font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	font-family: "Oswald","Arial","sans-serif";
	font-weight: 700;
	font-size: 115%; */
	letter-spacing: 0.2px;
} 