body {
    background-color: #F7F2EC;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 85px;
    margin-left: 7%;
    margin-right: 7%;
}

@font-face {
    font-family: brygada;
    src: url(Brygada1918.ttf);
}

.H1 {
    font-family: brygada, serif;
    font-size: 5vh;
    color: #091F5B;
}


.H2 {
    font-family: brygada, serif;
    font-size: 4vh;
    color: #091F5B;
}

.T1 {
    font-family: brygada, serif;
    font-size: 3vh;
    color: #091F5B;
}

.T2 {
    font-family: brygada, serif;
    font-size: 2.8em;
    color: #091F5B;
}

.default_margin {
    margin-top: 4em;
    margin-bottom: 4em;
}

.location {
    position: relative;
}

.location_foreground {
    background-color: #F7F2EC;
    opacity: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 70%;
    text-align: center;
}

/*ul {*/
/*    list-style-image: url('images/bullet.svg');*/
/*}*/

li {
    padding: 36px 0 30px 60px;
    list-style: none;
    background-image: url("images/bullet.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px;
    margin: 0;
}

.desc {
    position: absolute;
    top: 20%;
    left: 85%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: fit-content;
}

.Button {
    background-color: #BAD6EB; /* Green */
    border: none;
    color: #091F5B;
    padding: 20px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 40px 2px;
    cursor: pointer;
    border-radius: 15px;
}

/*.image-container {*/
/*    position: relative;*/
/*}*/

/*.image-container img {*/
/*    max-width: 100%;*/
/*    cursor: pointer;*/
/*}*/

/*!*.fullscreen-container {*!*/
/*!*    display: none;*!*/
/*!*    position: fixed;*!*/
/*!*    top: 0;*!*/
/*!*    left: 0;*!*/
/*!*    width: 100%;*!*/
/*!*    height: 100%;*!*/
/*!*    background: rgba(0, 0, 0, 0.9);*!*/
/*!*    justify-content: center;*!*/
/*!*    align-items: center;*!*/
/*!*}*!*/

/*!*.fullscreen-container img {*!*/
/*!*    max-width: 100%;*!*/
/*!*    max-height: 100%;*!*/
/*!*}*!*/

/*!*.fullscreen-container:target {*!*/
/*!*    display: flex;*!*/
/*!*}*!*/

/*!*.fullscreen-container:target:empty {*!*/
/*!*    display: none;*!*/
/*!*}*!*/