@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Kalam&family=Merriweather&display=swap');

html {
    margin-top: -21px;
}

.displayedImages {
    margin-bottom: 5px;
    width: 260px;
    height: 210px;
    border: 3px solid rgb(0, 57, 80);
    display: flex;
    margin-right: auto;
    margin-left: auto;
}

.adminImages {
    width: 150px;
    height: 100px;
}

.imagesadmin {
    display: flex;
    justify-content: space-around;
}

div.imagesToDisplay {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

div.titles {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}

#updateDelete{
    display: flex;
    justify-content: center;
}

#addAdmin {
    display: flex;
    justify-content: space-around;
}

body {
    background-color: #c0964b;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 300%;
    margin: auto;
    padding-top: 0px;
}

p, h2, h3 {
    font-family: 'Arial', cursive;
    color: rgba(0, 0, 0, 0.671);
}

a {
    color: rgb(163, 162, 162);
}

h2 {
    font-size: 200%;
    margin-bottom: 0em;
}

h2.title {
    margin-top: 0.1em;
    font-size: 3em;
}

h2.titlemobile {
    margin-top: 0.1em;
    font-size: 2.5em;
}

#formimage {
    border: 5px solid rgba(0, 59, 61, 0.671);
    border-radius: 15%;
    margin-bottom: 1em;
    padding-top: 0.5em;
}

#content {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

#image {
    background-color: rgb(189, 241, 245);
}


#header {
    font-family: 'Freehand', cursive;
    background-color:rgb(92, 129, 252);
    border: 3px solid rgb(24, 13, 173);
	border-radius:20px;
}

main {
    background-color: #c0964b;
    background-size: 800px 1100px;
    background-position: bottom 0% right -10%;
    background-repeat: no-repeat;
    margin: auto;
    padding: auto;
    font-size: 120%;
    padding-top: 0.5em;
    padding-bottom: 0.6em;
    padding-right: 2em;
    padding-left: 2em;
    
}

ul, li {
    list-style: none;
    padding-left: 0;
    justify-content: space-around;
}

.nav {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 120%;
}

nav {
    margin-top: 1.1em;
    background-color: #1D1D1D;
	border-top: 5px solid rgb(61, 61, 61);
	border-bottom: 5px solid rgb(61, 61, 61);
}

header {
    height: 200px;
    background: url('../images/BannMarbre.png');
    background-size:cover;
    background-position:bottom;
    margin: -22px auto;
    padding: -23px auto;
}

footer {
    background-color: #1D1D1D;
    height: 5%;
    margin-top: -1.3em;
    padding-top: -2em;
}

.footer {
    background-color: #1D1D1D;
    border-top: 1px solid black;
    border-bottom: none;
    margin-top: 0px;
    height: 2.5em;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding-bottom: 0.5em;
}

textarea {
    height: 350px;
    width: 400px;
}

#news {
    height: 250px;
    width: 300px;
}

.adminDisplay {
    display: flex;
    justify-content: space-around;
    padding-bottom: 1em;
    padding-top: 1em;
}

#background {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
}