body{

    background-image: url("background1.png"); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin: 0px;

    /*background: linear-gradient(to top, cornflowerblue, rgb(4, 43, 24));*/
}

h1{
    color: aliceblue;
}

div{

    background-color: aliceblue;
    margin: auto;
    width: 50%;
    border: 2px solid black;
    padding: 10px;
}

div table{

    margin: auto;
    width: 75%;
    padding: 10px;
}

div table th{

    text-align: center;
    margin: auto;
    width: 75%;
    padding: 10px;
    
}

div table td{

    text-align: center;
    margin: auto;
    width: 50%;
    padding: 10px;
}
/*Galleries*/

.Full_Color .fullcolor_gallery{

    margin: auto;
    display: inline-block;
    align-items: center;
    border: 1px solid grey;
    width: 25%;
    padding: 10px;
}

.Full_Color .fullcolor_gallery:hover{
    border: 2px solid black;
}