* {
    box-sizing: border-box;
}

body {
    background-image: url("Gallery.png");
    background-size: 100%, 100%;
}

header {
    text-align: center;
    padding: 25px;
}

aside {
    width: 20%;
    float: left;
    padding: 5px;
}

section {
    width: 60%;
    float: right;
    padding: 5px;
}

footer {
    display: block;
    clear: both;
    text-align: center;
    padding: 25px;
}

#img {
    border-style: inset;
    border-color: mediumslateblue;
    border-width: 5px;
    margin: auto;
    display: flex;
    justify-content: center;
}

#imgtitle {
    scroll-margin-top: 20px;
    margin-top: auto;
    display: flex;
    justify-content: center;
}

.box {
    border-style: double;
    border-width: 10px;
    border-color: lightcoral;
}

#box1 {
    display: flow-root;
    background-color: cadetblue;
}

#imgtitle {
    scroll-margin-top: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
}

#font1 {
    font-family: 'Power Clear';
    color: midnightblue;
    font-size: 20px;
    margin-left: 10%;
    margin-right: 10%;
}

#font2 {
    font-family: 'Power Clear';
    color: azure;
    font-size: 20px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5px;
    margin-top: 5px;
}

#font3 {
    font-family: 'Power Clear';
    color: midnightblue;
    font-size: 40px;
    margin-left: 10%;
    margin-right: 10%;
}

#MainFont {
    font-family: 'AD Nautilus';
    color: honeydew;
    text-align: center;
    font-size: 42px;
}

.navbar a:hover {
    background-image: url(Button.Background.png);
}

.navbar a {
    text-decoration: none;
    padding: 15px;
    display: block;
}

table {
    margin-left: 2%;
    margin-right: 2%;
}

#table2 {
    margin-left: 5%;
    margin-right: 5%;
    background-color: darkslateblue;
    border-style: outset;
    border-color: darkorchid;
}

ul {
    list-style: none;
}
