
html{
    scroll-behavior: smooth;
    background-color: rgba(186,233,233,1);
}

*{
    box-sizing: border-box;
}

body{
    background-color: rgba(186,233,233,1);
}

div.row{
    margin: 0 auto;
    background-color: rgba(186,233,233,1);
}

.paper{
    color: #2b2a2a;
}

.col-xl-10{
    background-color: #fff;
    padding: 50px;
}