* {
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Times New Roman';
    color: #ffffff;
    background-color: #000000;
}
.header {
    background-color: #ffffff;
    width: auto;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Times New Roman';
}
.menu {
    font-family: 'Times New Roman';
}
.logo {
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Times New Roman';
}

@media (max-width:768px) {
    .frame {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 5.4%;
        margin-right: 5.4%;
        margin-top: 12.85%;
    }

    .about1 {
        margin-left: 5.4%;
        margin-right: 5.4%;
        margin-top: 5%;
    }

    .video {
        margin-top: 12.85%;
        margin-left: 33px;
        margin-bottom: 12.85%;
    }
    .about {
        font: 'Times New Roman';
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
        text-decoration: none;
        color: #ffffff;
    }
    
    .download {
        font: 'Times New Roman';
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
        text-decoration: none;
        color: #ffffff;
    }

    i {
        font-style: italic;
    }

    .object > img {
        max-width: 100%;
    }

    .object {
        margin-bottom: 14.4%;
    }

    .one-computer {
        margin: 0;
        width: 0;
        height: 0;
    }

    .six-computer {
        margin: 0;
        width: 0;
        height: 0;
    }

    .three-computer {
        margin: 0;
        width: 0;
        height: 0;
    }

    .seven {
        margin: 0;
    }
}

@media (min-width:769px) {
    .frame {
        aspect-ratio: 1311/6569;
        display: flex;
        flex-direction: column;
        margin-left: 4.5%;
        margin-right: 4.5%;
        margin-top: 4.03%;
    }

    .video {
        margin-left: 20px;
        padding-bottom: 24px;
        margin-bottom: 3.15%;
    }

    .about1 {
        margin-top: 24px;
        margin-left: 20px;
    }

    .about {
        font: 'Times New Roman';
        font-weight: 400;
        font-size: 16px;
        line-height: 18.4px;
        text-decoration: none;
        color: #ffffff;
    }
    
    .download {
        font: 'Times New Roman';
        font-weight: 400;
        font-size: 16px;
        line-height: 18.4px;
        text-decoration: none;
        color: #ffffff;
    }

    .object > img {
        width: 100%;
    }

    .ob {
        width: 100%;
        margin-bottom: 4.43%;
    }

    .one-mobile {
        width: 0;
        height: 0;
    }

    .three-mobile {
        width: 0;
        height: 0;
    }


    .six-mobile {
        width: 0;
        height: 0;
    }
    
}