@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700;800;900&display=swap');
body{

    padding: 3rem;
    font-family: 'Inconsolata', monospace;    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 50vh;
}

div{
    width: 50rem;
    border: solid salmon 2px;
    background-color: rgb(255, 167, 157);
}