@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
:root {
	background-color: white;
}

body {
	background-color: white;
	font-family: 'Roboto', sans-serif;
	margin: 0;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

.left {
    width: 50%;
    float: left;
}

.right {
    width: 50%;
    float: right;
}