
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
    background-color: LightBlue;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
