body {
    background-image: url(Tokyo.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    background-position: center;
    background-color: black;
    margin: 0;
}
.header {
    display: flex;
    justify-content: space-around;
}
.tokyo {
    margin: 8px;
}
.one {
    margin-bottom: 40px;
}
.two {
    margin-bottom: -20px;
}
.three {
    margin-bottom: 90px;
}
.four {
    margin-bottom: 42px;
}
.five {
    margin-bottom: 0px;
}
.six {
    margin-bottom: 60px;
}
.info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 100px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}
.text {
    text-align: center;
}
.text2 {
    width: 600px;
}
.buttons {
    display: flex;
    justify-content: space-around;
}
.btn {
    border: none;
    border-radius: 70px;
    padding: 20px;
    opacity: 50%;
}
a {
    text-decoration: none;
    font-size: 40px;
}
@media all and (max-width: 800px) {
    .header {
        display: flex;
        flex-direction: column-reverse;  
    }
    .info {
        display: flex;
        flex-direction: column;
        align-items: center;     
    }
    .text2 {
        font-size: 15px;
        width: 400px;
    }
    .btn {
        margin: 60px;
    }
    .tokyo {
        width: 60px;
    }
    .one {
        margin-bottom: 40px;
    }
    .two {
        margin-bottom: 0px;
    }
    .three {
        margin-bottom: 60px;
    }
    .four {
        margin-bottom: 42px;
    }
    .five {
        margin-bottom: 20px;
    }
    .six {
        margin-bottom: 60px;
    }
    .pic {
        align-self: center;
    }
}
@media all and (max-width: 400px) {
    .text2 {
        font-size: 13px;
        width: 360px;
    }
    .btn {
        margin: 40px;
    }
    .tokyo {
        width: 40px;
    }
    .one {
        margin-bottom: 40px;
    }
    .two {
        margin-bottom: 20px;
    }
    .three {
        margin-bottom: 60px;
    }
    .four {
        margin-bottom: 42px;
    }
    .five {
        margin-bottom: 30px;
    }
    .six {
        margin-bottom: 50px;
    }
}