<style>
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
</style>

body{
    front-size: 20px;
    line-height: 1,5;
    background-color: rgb(161, 248, 219);
    font-family: "Outfit", sans-serif;

}    

img{
    width: 500px;

}    
