body{
    background: url(1.jpg) top right/cover;
    margin:0px;
    padding:0px;
    font-family: Roboto,sans-serif;
}
h2 {
    padding:10px 0px;
    margin:0px;
    color:dodgerblue;
}
header {
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
    /*position: fixed;
    top: 0px;*/
    width:100%;
    height:150px;
}
header h1 {
    color:white;
    font-size: 18px;
}
header a img {
    max-width: 300px;
}

.footer {
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items: center;
    /*position: fixed;
    bottom: 0px;*/
    width:100%;
    gap: 30px;
    padding-bottom:10px;
}
.footer a img {
    max-width: 50px;
}
.content {
    position:absolute;
    overflow: auto;
    top:150px;
left: 0;
    right: 0;
    bottom: 0;

}
.connect {
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
    background-color: rgb(216, 216, 216,0.8);
    margin-bottom:10px;
}
.connect_icons {
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items: center;
    width:100%;
    gap: 30px;
    padding-bottom:20px;
}
.connect_icons a img {
    max-width: 50px;
}
.connect h2{
    width:100%;
    color:dodgerblue;
    text-align: center;
}


.about {
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
    background-color: rgb(216, 216, 216,0.8);
}
.about div{
    padding: 0px 30px 30px 30px;
    font-size: 14px;
text-align:center;
}
.about h2{
    width:100%;
    color:dodgerblue;
    text-align: center;
}



.categories {
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items: center;
    width:100%;
    gap: 20px;
    margin:20px 0px;
}
.categories span {
    margin-top:10px;
}
.categories a {
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
    background-color: rgb(216, 216, 216,0.8);
    padding:10px;
    color:dodgerblue;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
}
.categories a img{
    max-width: 80px;
}

.limited {
    background-color: rgb(216, 216, 216,0.8);
    padding:10px 0px;
    margin-bottom:10px;
}
.limitedTitle {
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items: center;
    width:100%;
}
.limitedTitle span {
    color:dodgerblue;
font-size: 20px;
    font-weight: bold;
}
.limitedTitle img {
        max-width: 100px;
    margin-left: 20px;
}
.limitedContent {
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
    text-align: center;
    width:100%;
    background-color: yellow;
    font-size:18px;
    padding:10px 0px;
}
.limitedContent span{
    font-size:10px;
}

.join {
    background-color: rgb(216, 216, 216,0.8);
    padding:10px 0px;
    margin-bottom:10px;
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items: center;
    text-align: center;
    padding:20px;
}

.joinLeft {
    width:50%;
}
.joinRight {
    width:50%;
    background: url(14.png) top right/cover;
    height: 100px;
}


.new {
    background-color: rgb(216, 216, 216,0.8);
    padding:10px 0px;
    margin-bottom:10px;
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items: center;
    text-align: center;
    padding:20px;
}

.newLeft {
    width:50%;
    background: url(13.jpg) top right/cover;
    height: 100px;
}
.newRight {
    width:50%;
   
}
.newRight a {
    color:black;
}

.newsletter {
    background-color: rgb(216, 216, 216,0.8);
    padding:10px 0px;
    margin-bottom:10px;
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
    text-align: center;
    padding:0px 20px 20px 20px;
}