* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: regular;
    padding-bottom: 50px;
}

.bStyle {
    margin: 1px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    width: 35%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: rgb(255, 254, 181);
}

.bold {
    font-weight: bold;
    letter-spacing: 25%;
}

.right-element {
    position: fixed;
    top: 15px;
    right: 16px;
}

.hideme {
    display: none;
}

.intro {
    margin-bottom: 1.2em;
}

h2 {
    margin: auto;
    margin-bottom: 0.4em;
}

p {
    line-height: 1.3em;
    display: inline-block;
    color: rgb(0, 0, 0);
}

.smalltext {
    font-size: 0.5em;
}

.blogtext {
    margin: auto;
    margin-bottom: 1em;
}

a {
    color: rgb(0, 0, 0);
    font-size: 1.0em;
}

.bStyle:hover {
    text-decoration: none;
    cursor: pointer;
    color: rgb(255, 0, 0);
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.large {
    font-size: 1.8em;
    line-height: 1.2em;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

table {
    width: 90%;
    height: auto;
    margin-bottom: 1em;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

table,
th,
td {
    border: 1.5px dotted rgb(85, 214, 135);
}

th,
td {
    padding: 0.3em 0px;
    width: 50%;
}

a:hover {
    animation: blinker 0.3s linear infinite;
}

@keyframes blinker {
    50% {
        filter: invert(100%);
    }
}

.image {
    width: 700px;
    height: auto;
    margin-bottom: 1.2em;
}

.imageblog {
    width: 93%;
    margin: auto;
    display: block;
    height: auto;
    margin-bottom: 1.2em;
}


.image-icon {
    height: 120px;
    width: auto;
    margin-left: 65px;
    margin-top: 16px;

}

.bottom {
    position: fixed;
    bottom: 1em;
    width: auto;
    margin-top: 23px;
    margin-left: 39px;
}

.line {
    position: relative;
    border-bottom: 1.5px dotted rgb(0, 0, 0);
    margin: auto;
    width: 95%;
}

.center {
    margin: auto;
    width: 700px;
    margin-top: 1em;
    text-align: center;
    word-wrap: break-word;
}

.center-supply {
    margin-top: 2em;
}

.stickynotes {
    margin-top: auto;
    padding-top: 1.5em;
    padding-bottom: 1em;
}

.pen-icon {
    display: inline-block;
    width: auto;
    height: 1em;
    margin: auto;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

@media screen and (max-width: 699px) {

    .center {
        width: 92%;
    }

    .line {
        width: 95%;
    }

    .bottom {
        margin-left: 19px;
    }

    .image {
        width: 90%;
        height: auto;
    }

    .image-icon {
        margin-left: 55px;
        height: 100px;
        width: auto;
        margin-top: 8px;
    }

    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
}