@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;
}

html{
    scroll-behavior: smooth;
}

#code-div{
    width: 90px;
    height: 50px;
}


.wrapper{
    justify-content: center;
    display: flexbox;
    width: 10px;
    height: 45px;
    text-align: center;
    box-shadow: 8.0px 16.0px 16.0px hsl(0deg 0% 0% / 0.25);
    border-color: #001f3f;
    border-radius: 25px;
}

.btn-sol{
    height: 45px;
    border-radius: 5px;
}

.text{
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
}

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