@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

body {
    background-color: rgb(19, 19, 19);
    
}

.sisalto {
    background-color: rgb(255, 193, 183);
    max-width: 700px;
    padding: 20px;
    margin: auto;
    font-family: "Merriweather Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    
}

img {
    max-width: 100%;
}

code {
    overflow-wrap: break-word;
}