@import url('https://fonts.googleapis.com/css2?family=Bungee+Tint&family=Tektur:wght@400..900&display=swap');


body{
    font-size: 20px;
    line-height: 1.5;
    background-color: yellow;
    font-family: "Bungee Tint", sans-serif;
    font-weight: 400;
    font-style: normal;}

img{
    width: 300px;
    
}