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

body{
    background-color:  #FEDBD0;
}

.heading-h1{
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.heading-h3{
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.command{
    font-family: 'Roboto Mono', monospace;
}