@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body{
    background-color:beige;
    margin: 100px;
    font-family: 'DM Sans';
}

a{
    color:dodgerblue;
}

img{
    width: 400px;
    height: auto;
}