<head>
<style>
button {
color: #ffffff;
background-color: #8b53f3;
font-size: 19px;
border: 0px solid #7d49ca;
border-radius: 20px;
height:200px;
width:200px;
margin: 20px;
cursor: pointer
}
button:hover {
color: #ffffff;
background-color: #a275f5;
}
</style>
</head>
<body>
<h1 style="text-align:center; margin-bottom:30px;">Bem Vindos a central de ajuda do Candidato!</h1>
<div style="display: flex; justify-content: center; align-items: center;">
<button type="button" style="color: #ffffff; background-color: #8b53f3; font-size: 19px; border: 0px solid #7d49ca; border-radius: 20px; height:200px; width:200px; margin: 20px;cursor: pointer">Candidatura</button>
<button type="button" style="color: #ffffff;background-color: #8b53f3;font-size: 19px;border: 0px solid #7d49ca;border-radius: 20px;height:200px;width:200px;margin: 20px;cursor: pointer">Currículo</button>
<button type="button" style="color: #ffffff;background-color: #8b53f3;font-size: 19px;border: 0px solid #7d49ca;border-radius: 20px;height:200px;width:200px;margin: 20px;cursor: pointer">Cadastro</button>
<button type="button" style="color: #ffffff;background-color: #8b53f3;font-size: 19px;border: 0px solid #7d49ca;border-radius: 20px;height:200px;width:200px;margin: 20px;cursor: pointer">Minhas Vagas</button>
</div>
</body> |