body {
    background-image: url(../Images/Noise\ Background.png);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.blogsect {
    flex: 1;
    padding-bottom: 50px;
}

h1 {
    text-align: center;
    font-size: 200%;
}
p {
    font-size: 110%;
    width: 80%;
    margin: 0px auto;
    word-spacing: 15%;
    line-height: 150%;
}

.twoimages {
    display: flex;
    justify-content: center;
    gap: 10%;
    margin: 20px 0px;
}
.twoimages img {
    width: 20%;
    max-width: 200px;
    min-width: 100px;
}
.wide img{
    width: 40%;
    max-width: 700px;
    min-width: 200px;
}
.wide {
    gap: 2%;
}
.superwide img {
    width: 90%;
    max-width: 800px;
    min-width: 200px;
    margin: auto;
    margin: x;
    display: block;
}
.superwide {
    margin-bottom: 15px;
}
.dropshadow img {
    box-shadow: 2px 2px 3px 0px gray;
}

.video {
    margin-bottom: 15px;
}
.video video {
    width: 90%;
    max-width: 800px;
    min-width: 200px;
    margin: auto;
    margin: x;
    display: block;
}
.smlvideo {
    margin-bottom: 15px;
}
.gif {
    width: 70%;
    max-width: 800px;
    min-width: 200px;
    margin: auto auto 15px auto;
    display: block;
}
.smlvideo video {
    width: 70%;
    max-width: 800px;
    min-width: 200px;
    margin: auto;
    margin: x;
    display: block;
}

.embededimage,#right {
    float: right;
    width: 20%;
    margin-left: 3%;
    margin-right: 10%;
}
.embededimage,#left {
    float: left;
    width: 20%;
    margin-left: 10%;
}
.embededimage img {
    width: 100%;
    max-width: 250px;
    min-width: 150px;
}

.footer {
    width: 100%;
    flex-shrink: 0;
}

@media screen and (min-width: 1600px) {
    p {
        width: 70%;
    }
    .embededimage,#right {
        margin-right: 15%;
    }
    .embededimage,#left {
        margin-left: 15%;
    }
}
@media screen and (max-width: 780px) {
    .embededimage,#right {
        width: 30%;
    }
    .embededimage,#left {
        width: 30%;
    }
}
@media screen and (max-width: 560px) {
    h1 {
        font-size: 150%;
    }
    p {
        font-size: 80%;
        width: 90%;
    }
    .embededimage img {
        min-width: 50px;
    }
    .embededimage,#right {
        margin-right: 5%;
    }
    .embededimage,#left {
        margin-left: 5%;
    }
}