:root {

    background-image: url("./assets/sliceBG.png");
    
    /* background-color: #d0cfce; */
}

html {
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    font-family: "Crimson Text", serif;
    font-weight: 400;
}

h1{
    font-size: 1.5rem;
    padding-left: 1%;
}

#title{
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom: black solid 2px;
}

.plain{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.about-text , .in_other_words, .about-design, .design-research{
    padding-left: 5%;
    padding-right: 2%;
    font-size: 1.1rem;
}

.links{
    position: relative;
    padding: 10px;
    width: 100%;
    display: flex;  
    justify-content: space-around;
    border-bottom: black solid 2px;
    font-size: 1.1rem;

}

.terrible-ram-images{
    display: inline-block;
    padding-left: 5%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.image{
    padding-left: 10px;
}

.code-block{
    padding: 10px;
    margin-left: -10%;
    background-color: #3b3b3b;
    color: white;
    font-family: 'Courier New', Courier, monospace;
    width: fit-content;
    height: fit-content;
}

.emboss{
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5),
                -0.75px -0.5px 0.1px rgba(255, 255, 255, 0.9);
}
