<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Jornada de Álgebra no Amazonas 2023</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
background-image: url('http://www.algebra.ufam.edu.br/fondo.png');
background-size: cover;
background-position: center;
}

.accent {
color: #ffffff;
font-size: 50px;
text-decoration: underline;
}
</style>
</head>
<body>
<a href="/http://bit.ly/jaamtefe" class="accent">Jornada de Álgebra no Amazonas 2023</a>
</body>
</html>