@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: hsla(31,23%,21%,1.00);
}

a:hover{
	color: red;	
}
