body {
    margin: 0px;
    background-image: url("../images/background-dark.webp");
    background-color: #111111;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    color: #fefefe;
}

.header {
    width: 97%;
    min-width: 1300px;
    margin: 0px;
    height: 15px; 
    background-color: #3c2821;
    position: relative;
    padding: 20px;
    align-items: center;
}

.header-text {
    margin-bottom: 30px;
}

.neocities-icon {
    height: 60px; 
    margin-top: 0px; 
}

.indicator {
    position: relative;
    width: 30px;
    height: 5px;
    bottom: 25px;
    background-color: #f4ad41;
    border-radius: 15px;
}

.container {
    min-width: 1300px;
    display: flex;
    justify-content: center;
    background-color: rgba(17, 17, 17, 0.5);
    font-family: "Nerko One", cursive;
    font-weight: 100;
    font-style: normal;
}

.main-rectangle {
    justify-content: center;
    margin-top: 10px;
    width: 800px; 
    height: auto; 
    background-color: #3c2821;
    padding: 20px; 
    text-align: left; 
    font-size: 26px; 
    position: relative;

    border-image-source: url("../images/border.webp");
    border-style: solid;
    border-width: 25px;
    border-image-outset: 0;
    border-image-repeat: repeat;
    border-image-slice: 48;
    
}

.image1 {
    width: 48.8%;
    height: auto;
    border: solid 2px black;
}


.image2 {
    width: 23.8%;
    height: auto;
    border: solid 2px black;;
}

bold {
    color: #f4ad41;
}


