body{
    font-family: roboto,sans-serif;
    background:#ffffff;
    font-size: 1rem;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}
.taskbar{
    position:sticky;
    top: 0px;
}
.navdiv{
    align-items: center;
    background-color:#ffffff;
    display: flex;
    height: 55px;
    justify-content: space-between;
    padding: 5px 120px 5px 100px;
    flex-grow: 1;
}
.navdiv h1{
    font-weight: bold;
    font-family: georgia;
    background: linear-gradient(to right,#000000 64%,#ff0400 36%);
    background-clip: text;
    color: transparent;
    font-size: 25px;
}
#sub{
    background-color:#172957;
    margin: 10px;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    color: #ffffff;
}
#game{
    font-weight: bold;
}
#searchimg{
    width: 20px;
    margin: 0px 10px;
}
.top1 a{
    color: #172957;
    font-weight: bold;
    padding-left: 10px;
}

.topdown {
    display: flex;
}
.button{
    height: 50px;
    margin: 0;
    flex-grow: 1;
    background-color: #172957;
    color: #ffffff;
}

.primary{
    margin: 0;
    width: auto;
}
.mainblock{
    padding: 100px 140px 0;
}

.mainblock-article{
    display: flex;
    margin: 80px 0;
}
.mainblock-header{
    margin-right: 15px;
    margin-left: 20px;
    width: 45%;
}
.mainblock-title{
    margin: 0 0 20px;
}
.mainblock-ancker{
    color: #000000;
    font-weight: 700;
    padding-right: 20px;
    text-decoration: none;
}
#mainblock-time{
    color:#00000061;
}

.intro-wrapper{
    background-color: #172957;
}

a{
    text-decoration: none;
}
.intro{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 50px;
    max-width: 1240px;
    padding: 50px 20px 0;
}
.intro img{
    background-color: #fff;
    margin-bottom: 5px;
    height: auto;
    width: 100%;
}
.intro__hero{
    flex-basis: 50%;
    flex-grow: 2;
    margin-right: 20px;
}

.intro__hero img{
    height: auto;
    width: 100%;
}
.intro__hero h2{
    color: #fff;
    font-size: 48px;
    margin-top: 10px;
}
.intro-column{
    display: flex;
    flex-basis: 35%;
    flex-direction: column;
}
.intro-column h2{
    color: #fff;
    font-size: 28px;
    margin-top: 0;
}

.primary1{
    margin: 0;
    width: auto;
}
.mainblock1{
    padding: 10px 140px 0;
}

.mainblock-article1{
    display: flex;
    margin: 0;
}
.mainblock-header1{
    margin-right: 15px;
    margin-left: 20px;
    width: 45%;
}
.mainblock-title1{
    margin: 0 0 20px;
}
.mainblock-ancker1{
    color: #000000;
    font-weight: 700;
    padding-right: 20px;
    text-decoration: none;
}
#mainblock-time1{
    color:#00000061;
}

.primary2{
    margin: 0;
    width: auto;
}
.mainblock2{
    padding: 90px 140px 0;
}

.mainblock-article2{
    display: flex;
    margin: 0;
}
.mainblock-header2{
    margin-right: 15px;
    margin-left: 20px;
    width: 45%;
}
.mainblock-title2{
    margin: 0 0 20px;
}
.mainblock-ancker2{
    color: #000000;
    font-weight: 700;
    padding-right: 20px;
    text-decoration: none;
}
#mainblock-time2{
    color:#00000061;
}

.more{
    padding-bottom: 75px;
}
.more span{
    border-bottom: 4px solid #000;
    border-radius: 0;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    padding: 0 20px 0 0;
}
#load{
    margin: 0;
    width: auto;
}
#load-h2{
    text-decoration: underline;
    padding: 70px 140px 0;
}

.footer{
    background-color: #172957;
    max-width: 100%;
    min-height: 135px;
}
footer{
    position: sticky;
    top:100vh;
}
.f-content{
    margin: 0 auto;
    max-width: 1320px;
    padding: 50px 20px;
}
.f-icons{
    margin-bottom: 50px;
}
.f-icons,.f-icons1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
.f-icon:first-of-type{
    flex-grow: 1;
    padding: 0;
}
.f-icon{
    align-self: flex-end;
    margin: 0 2px;
}
.f-logo{
    display: block;
    height: 70px;
    overflow: hidden;
    width: 80px;
}
a,a:focus,a:hover{
    text-decoration: none;
}
#f-head{
    height: 120px;
    margin-top: 0;
    font-weight: bold;
    font-family: georgia;
    background: linear-gradient(to right,#fff 52%,#ff0400 48%);
    background-clip: text;
    color: transparent;
    font-size: 55px;
}
.footer-p, .footer-p a{
    color: #cadeeb;
}
.footer-p{
    text-align: right;
}
.footer-p a{
    text-decoration: underline;
}
.f-icons1{
    justify-content: start;
}
.f-icon1{
    margin-bottom: 10px;
}
.f-icons1 .f-icon1-a{
    font-size: 20px;
    font-weight: 700;
    padding-right: 75px;
}
.f-icon1-a{
    color: #fff;
    margin-right: 10px;
}
.f-icons1 button{
    background-color: transparent;
    border: 0;
}
.but{
    border-radius: 20px;
    padding: 0 4px;
    border: 1px solid white;
    background-color: transparent;
    color: #fff;
}

@media screen and (max-width:60px)[
    .recipe{
        padding:10px;
    }
]