@import url('https://rsms.me/inter/inter.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins');

body
{
    font-family: 'Inter', sans-serif;
	text-align: center;
	font-size: 1em;
}

h1
{
    font-family: 'Poppins', sans-serif;
}

button:hover {
    background-color: #00a8ff;
}

button {
    width: 300px;
    padding: 10px;
    background-color: #020c41;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
	font-family: 'Inter', sans-serif;
	font-size: 1em;
}

.gras
{
	font-weight: bold;
}

.logo
{
    max-width: 200px;
    height: auto;
}