*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
text-align: center;
}

html { 
    background: linear-gradient( #c1d2d6, #6a7d8e);
    scroll-behavior: smooth;
}

body#invis{
    background-image: url(../project1/img/wall.png);
    }

button{
    border: none;
    border-radius: 20px;
    box-shadow: 2px 4px 10px rgba(46, 46, 49, 0.389);
}

main{
    padding-bottom: 20px;
    position: fixed;
    padding: 20px;
    width: 100%;
    margin-bottom: 200px;
    background-color: #E3DCC0;
}

.button-top{
    color: black;
    padding: 15px 32px;
    border-radius: 20px;
    background-color: #F2F2F2;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    display: inline-block;
    text-decoration: none;
}

.button-top:hover{
    background-color: lightblue;
}

h1{
    color: #423E37;
    padding: 20px;
}

h1#top{
    font-size: 50px;
    color: #262522;
}

nav, ul, li{
    background-color: #f0ead6;
    margin-block-start: 1px;
    margin-block-end: 1px;
    margin-inline-end: 40px;
    margin-inline-start: 40px;
    border-radius: 10px;
    padding: 10px;
}

.base{
    background-color: #E3DCC0;
    border-radius: 10px;
    margin-block-start: 1px;
    margin-block-end: 1px;
    margin-inline-end: 500px;
    margin-inline-start: 500px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 50px;
    box-shadow: 2px 4px 10px rgba(46, 46, 49, 0.389);
}

li{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    background-color: #F2F2F2;
    box-shadow: 2px 4px 10px rgba(46, 46, 49, 0.389);
}

li:hover{
    background-color: lightblue;
}

h2{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 30px;
    line-height: 4rem;
    text-align: left;
}

a{
    text-decoration: none;
}

div.container {
    background-color: whitesmoke;
    margin-block-start: 1px;
    margin-block-end: 1px;
    margin-inline-end: 30px;
    margin-inline-start: 30px;
    border-radius: 10px;
    box-shadow: 2px 4px 10px rgba(46, 46, 49, 0.389);
    padding: 20px;
    display: flex;
    background-image: url(../project1/img/papers.jpg);
    background-blend-mode: multiply;
}

.right {
    background-color: #f0ead6;
    color: #423E37;
    margin-block-start: 1px;
    margin-block-end: 1px;
    margin-inline-end: 30px;
    margin-inline-start: 30px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 2px 4px 10px rgba(46, 46, 49, 0.389);
}

img.left{
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 2px 4px 10px rgba(46, 46, 49, 0.389);
}

.small{
    width: 50%;
    height: auto;
    text-align: left;
}

#smaller{
    width: 100%;
    height: auto;
    text-align: left;
}

div#info{
    display: inline-block;
    background-color: #f0ead6;
    margin-block-start: 1px;
    margin-block-end: 1px;
    margin-inline-end: 30px;
    margin-inline-start: 30px;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

div.containers {
background-color: whitesmoke;
margin-block-start: 1px;
margin-block-end: 1px;
margin-inline-end: 30px;
margin-inline-start: 30px;
border-radius: 10px;
padding: 20px;
display: grid;
background-image: url(../project1/img/papers.jpg);
background-blend-mode: multiply;
}

img.outlink{
    height: 50px;
    width: 50px;
}

footer{
    background-color: rgb(223, 213, 213);
    margin-block-start: 1px;
    margin-block-end: 1px;
    margin-inline-end: 30px;
    margin-inline-start: 30px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-image: url(../project1/img/papers.jpg);
    background-blend-mode: multiply;
}

@media screen and (max-width:480px) {
    .small {
        width: 90%;
        height: auto;
    }
    #smaller {
        width: 100%;
        height: auto;
    }
}