@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400&display=swap');

body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
	font-family: 'Raleway', sans-serif;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400&display=swap');

body, html {
    height: 100%;
    margin: 0;
	display:flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

h1 {
   font-weight: 400;
}

a{
	text-decoration: none;
	color: black;
}
a:hover{
	color: red;
}
.centreer{
	display:flex;
	justify-content: center;
	align-items: center;
	}