@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body{
    font-size: 20px;
    line-height: 1.5;
    background-color: rgb(231, 246, 255);
    font-family: sans-serif;
    text-align: center;
}

img{
    width: 500;
    display: block;
    margin: auto;
}