@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');

body{
    display: grid;
    place-items: center;
    font-family: 'Roboto', sans-serif;
}


.container{
    margin-top: 100px;
}

h1,p{
    position: relative;
    left: 20px;
}


p{
    font-weight: 300;
    font-size: smaller;
}

.sidebar{
    background-color:rgb(226, 25, 59);
    position: relative;
    top: 0;
    width: 250px;
    height: 100vh;  
    z-index: 2222222;  


}

.container{
    overflow-x: hidden;
    overflow-y: hidden;
}