* {
    margin: 0;
    padding: 0px;
    background-color: white;
    color:black;
}

ul {
    margin-left: 30px;
    margin-bottom: 0px;
}

ul li {
    list-style: none;
    display: inline-block;
    line-height: 100px;
}

ul li a {
    cursor: pointer;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-family: "brother-1816", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 20px;
}

ul li a:hover {
    font-weight: 800;
}

h1 {
    padding-top: 70px;
    padding-bottom: 100px;
    padding-left: 110px;
    font-size: 18px;
    font-weight: 300;
    font-family: "brother-1816", sans-serif;
    transform: translate(40px, -50px);
    background: none;
    
}

.sideb {
    display:none;
}

.po {
    max-width: 90%;
   padding-top: 0px;
   padding-bottom: 0px;
   padding-left:90px;
   transform: translate(-70px, -120px);
}

.pt {
    max-width: 70%;
    padding-bottom: 0px;
    padding-left:0px;
    transform: translate(65px, -90px);
}


@media (min-width: 760px) {
    h1 {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 310px;
        font-family: "brother-1816", sans-serif;
        transform: translate(40px, -50px);
        background: none;
        
    }
    
    .sideb {
        display:block;
        max-width: 170px;
        transform: translate(740px, -350px);
    }

    .po {
        max-width: 70%;
       padding-top: 0px;
       padding-bottom: 0px;
       padding-left:90px;
       transform: translate(40px, -950px);
    }
    
    .pt {
        max-width: 50%;
        padding-bottom: 0px;
        padding-left:0px;
        transform: translate(230px, -890px);
    }
    
    
}


@media (min-width: 1000px) {

    ul {
        margin-left: 80px;
        position: absolute;
        margin-bottom: 0px;
    }


    .sideb {
        display:block;
        max-width: 170px;
        transform: translate(1380px, -252px);
    }

    p {
        font-size: 16px;
        padding: 15px 240px;
        line-height: 35px;
        transform: translate(0px, -90px);
        background: none;
        text-decoration: none;
    }

    h1 {
        font-size: 28px;
        font-family: "brother-1816", sans-serif;
        font-weight: 500;
        font-style: normal;
        background: none;
        transform: translate(350px, 75px);
    }

    .po {
        max-width: 50%;
        transform: translate(270px, -800px)
    }

    .pt {
        max-width: 30%;
        transform: translate(500px, -730px)
    }

}
