*{
    box-sizing: border-box;
}
html,body{
    margin: 0;
    height: 100%;
    font-family: "SFPro-Regular";
    overflow-x: hidden;

}

.main-title{
    font-family: 'Bangers', cursive;
    color:#930D0E;

    font-size: 56px;
}

.logo{
height:350px;
}

h2{
    padding-top: 25px;
}

.mainContainer{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}

.name{
    font-weight: bold;
    font-size: 1.1rem;
    padding-left: 0.5rem;
}
.description{
    font-style: italic;
    padding-left: 1rem;
    font-size: 0.9rem;
}

.rotate{

    display: inline-block;
    transform: rotate(180deg);
}

.sidebar{
}

.section-container{
    flex: 1;
    padding: 50px;
    padding-top:0;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.center{
    text-align: center;
}
.block{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section{
    position: absolute;
    bottom: 0;
    width: 100%;

}

@media screen and (max-height: 525px) {
    .mainContainer {
        height: initial;
    }
}


@media screen and (max-height: 630px) {
    .logo {
        height: 400px;
    }
}




@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2),

only screen
and (device-width: 320px)
    and (device-height: 640px)
    and (-webkit-device-pixel-ratio: 3),

only screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 4),

only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2),

only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)

{


}


@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {

}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {



}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {


}

