@import './body.css';
@import './nav.css';
@import './tutorial.css';
@import './header.css';
@import './footer.css';

html, body {
    height: 100%;
}


.greyText {
    color:grey;
    font-weight: bold;
}

.blackText {
    color:black;
    font-weight: bold;
}

.row:after {
    clear: both;
    content: " ";
    display: table;
}

.wrapper {
    position: relative;
    width: 90%;
    height: 440px;
    background: white;
    border-radius: 0px;
    margin: 10px 0px 5px 0px;
    overflow-y: scroll;
    display: inline-block;
}

p {
    font-size: 16px;
    padding: 0px;
    color:rgba(0,0,0,0,7);
}

.first::-webkit-scrollbar {
    width:12px;
}

.first::-webkit-scrollbar-thumb {
    background: rgb(97, 33, 33);
    outline: 0;
    border-radius: 50px;
}

img {
    border-radius: 5%;
}

* {
    box-sizing: inherit;
}

