* {
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
}

a {
    text-decoration: none;
}

.container {
    width: 1140px;
    margin: 0 auto;
}

#header {

}

.nav-irorun {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.nav-irorun nav a {
    padding: 20px;
    font-size: 18px;
}

.a-blu {

    color: black;
}

.a-blu1 {
    color: blue;
}

.nav-irorun button {
    padding: 15px 20px;
    background: #39CDCC;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px 9px 9px 0px;
    border: none;
    font-size: 18px;
}

#get {
    padding: 30px 0;
}

.nav-get {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
}

.nav-get h1 {
    font-size: 55px;
    padding-bottom: 30px;
}

.nav-get p {
    font-size: 24px;
    padding-bottom: 50px;
    line-height: 30px;
}

#save {
    padding: 30px 0;
}

.nav-save {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
}

.nav-save h1 {
    font-size: 55px;
    padding-bottom: 30px;
}

.nav-save p {
    font-size: 24px;
    padding-bottom: 30px;
    line-height: 35px;
}

#how {
    padding: 60px 0;
}

.hero-how h1 {
    text-align: center;
    font-size: 50px;
    padding-bottom: 70px;
}

.navbar-how {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*width: 1100px;*/
    /*margin-left: 50px;*/
}

.nav-how {
    width: 289px;
    height: 327px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #B7B7B7;
    border-radius: 0px;
    text-align: center;
    border-top: #582EFF solid 20px;
}

.nav-how1 {
    width: 289px;
    height: 327px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #B7B7B7;
    border-radius: 0px;
    text-align: center;
    border-top: #FF814A solid 20px;
}

.nav-how2 {
    width: 289px;
    height: 327px;
    background: #FFFFFF;
    box-shadow: 0 0px 10px #B7B7B7;
    border-radius: 0px;
    text-align: center;
    border-top: #31C5A1 solid 20px;
}

.nav-how img {
    padding-top: 40px;
    padding-bottom: 70px;
}

.p-com {
    font-size: 18px;
    padding-bottom: 50px;
}

.nav-how1 img {
    padding-top: 40px;
    padding-bottom: 70px;
}

.nav-how2 img {
    padding-top: 40px;
    padding-bottom: 70px;
}

#play {
    padding: 40px 0;
    background: #31C5A1;
}

.hero-play {
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    padding-top: 70px;
}

.nav-play nav img {
    padding-top: 90px;
}

#footer {
    height: 200px;
    padding-top: 70px;
}

.nav-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.nav-footer p {
    line-height: 50px;
    font-size: 20px;
}

.block-left {
    margin-left: -110px;
}
