
    * {
        text-align: center;
    } img {
        height: 100%;
    } nav ul {
        display: inline-block;
        width : 75%;
    } nav li {
        width: 25%;
    } section {
        display: inline-block;
        text-align: center;
        width : 75%;
        top : -7px;
        padding : 64px;
    } .btn-test {
      background-image: url("Windows.png");
      background-size: contain;
      background-repeat: no-repeat;
      width : 25%;
      height : 250px;
    } section img {
        width: 33%;
        background: white;
        border-radius: 12%;
        margin : 24px;
        margin-right: 48px;
        margin-top: 0px;
        border : solid black;
    } section article {
        display: inline-flex;
        width : 75%;
        padding : 24px;
    } p, article +article{
        text-align: justify;
        margin: auto;
    } .right {
        text-align: right;
    } .i-right {
        margin-right : 10%;
        margin-left : 0%;
    } .i-left {
        margin-right : 0%;
        margin-left : 10%;
    } article {
        font-family : "Aller";
        font-size: 16px;
    } .screenshot video, .screenshot img {
        border : solid 2px;
    } .screenshot video {
        margin-bottom : 48px;
        border-radius: 1%;
    } .screenshot img {
        border-radius: 5%;
        width: 25%;
    } table {
        display: inline-table;
        width : 75%;
        border : solid 1px #B9B9B9;
    } th {
        text-align: center;
    } .centre {
        display: inline-block;
    } textarea {
        width : 100%;
        height : 96px;
        resize: none;
    } input[type="submit"] {
        width : 100%;
    } .e table {
        display: inline-table;
        width : 100%;
    } .first {
        width : 20%;
    } .second {
        width: 20%;
    } h2 {
        margin-top : -24px;
        margin-bottom : 48px;
    } .none {
        margin-bottom : 16px;
    } .i-none {
        margin-bottom : 0px;
        margin-top : 24px;
    } .download img {
        border : solid 16px #eeeeee;
    }
