
.center2025 {
    position: fixed;
    width: 500px;
    height: 200px;
    left: 50%;
    top: 50%;
    background-color: burlywood;
	display: block;
    border-width: 0.10cm;
    border-style: solid;
    border-color: #000000;
    transform: translate(-50%, -50%);
    p{
         font-size: 25px;
    }
}​

.fullscreenDiv {
    background-color: #8f6d30;
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0px;
} 