body {
    margin:auto;
    padding:0;
    background-color: rgb(255, 253, 253);
    text-align: center;
    font-size: 32px;
    background-image: url(images/coinbackground.jpg);
}

ul{
    list-style-type: none;
    padding: 0;
}

h1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color:rgb(255, 251, 0);
    margin-top: 0;
    padding: 30px;
    background-color: rgb(0, 0, 0);
}

h2 {
    background-color: white;
    margin-top: 50px;
    margin-bottom: 50px;
}

h3 a {
    color:white;
    text-decoration: none;
    padding: 10px;
    width: 400px;
    background-color: black;
    display: inline-block;
    
}

h3 a:hover{
    background-color: green;
}

.picturecoin{
    height: 450px;
}

.flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.textcontainer{
    flex: 1;
    text-align: left;
}
    
.picturecoin{
    height: 450px;
}

.flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.textcontainer{
    flex: 1;
    text-align: left;
}

.yellowbox {
    background-color: gold;
    margin: 150px;
    padding-left: 20px;
    
}

.paragraph {
    background-color: rgb(235, 180, 0);
    display: inline-block;
    width: 1050px;
    font-size: 28px;
    text-align: left;
    padding: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.foot{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}