/* 
    #f8d8b4
    #ff9d2d
    #223344
*/

@media (max-width: 800px) {
    .main {
	margin-left: 10px !important;
	margin-right: 10px !important;
	width: calc(90% - 20px) !important;
    }
}

@media (max-width: 450px) {
    .left, .right {
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
    }
}

body {
    background: url("/images/pattern.png");
    background-size: 50%;
    background-color: #f8d8b4;
    cursor: url(/images/cursor.png), default;
}

.main {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ff9d2d;
    border: 5px solid #223344;
    border-radius: 5px;
    width: 50%;
    color: #223344;
}

.main h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

.under-construction {
    max-width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

a {
    text-decoration: none;
    border: 1px solid rgb(34, 51, 68);
}

a:hover {
    background-color: rgb(34, 51, 68);
    color: #ff9d2d;
}

.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.gallery img {
    margin: 5px;
}