﻿body {
    font-family: arial;
    background-color: #f7faf8;
    height: 95%;
}

.container {
    display: flex;
    flex-direction: row;
}

.containereffects {
    background-color: #e6f7ff;
    box-shadow: 3px 5px 8px #00aeff;
    border: 1px solid;
    margin-top: 20px;
}
.width100 {
    width: 100%;
}

.width90 {
    width: 90%;
}

.width80 {
    width: 80%;
}

.width70 {
    width: 70%;
}

.width60 {
    width: 60%;
}

.width95 {
    width: 95%;
}

.width50 {
    width: 50%;
}

.width40 {
    width: 40%;
}

.width30 {
    width: 30%;
}

.width35 {
    width: 35%;
}

.width20 {
    width: 20%;
}

.width33 {
    width: 33%;
}

.width14 {
    width: 14%;
}

.width15 {
    width: 15%;
}

.width10 {
    width: 10%;
}

.width8 {
    width: 8%;
}

.width5 {
    width: 5%;
}

.width100px {
    width: 100px;
}

.width90px {
    width: 90px;
}

.width80px {
    width: 80px;
}

.width70px {
    width: 70px;
}

.width60px {
    width: 60px;
}

.width110px {
    width: 110px;
}

.width150px {
    width: 150px;
}

.width160px {
    width: 160px;
}

.width120px {
    width: 120px;
}

.width130px {
    width: 130px;
}

.width200px {
    width: 200px;
}
.green {
    background-color: #03fc84;
}

.orange {
    background-color: #F7B715;
}

.red {
    background-color: #fa021b;
}

.buttongrey {
    background-color: #DBD1D1;
}

.blue {
    background-color: #03d7fc;
}

.yellow {
    background-color: #fcfc47;
}

.purple {
    background-color: #d12fd4;
}

.buttonlightgrey {
    background-color: #808080;
}

.buttondarkgrey {
    background-color: #666666;
    color: #ffffff;
}

.white {
    background-color: White;
    border-style: solid;
    border-width: 2px;
    border-color: #8c8c8c
}

.buttonblack {
    background-color: Black;
    color: White;
    border-style: solid;
    border-width: 2px;
    border-color: white;
}

.buttonwidth200 {
    width: 200px;
}

.redcolour {
    color: Red;
}

.fontred {
    color: #fa021b;
}

.fontdarkgreen {
    color: #006400;
}
.width50px {
    width: 50px;
}

.width40px {
    width: 40px;
}

.width30px {
    width: 30px;
}

.width20px {
    width: 20px;
}

.width10px {
    width: 10px;
}

.width5px {
    width: 5px;
}

.height100 {
    height: 100%;
}

.height90 {
    height: 90%;
}

.height80 {
    height: 80%;
}

.height70 {
    height: 70%;
}

.height60 {
    height: 60%;
}

.height50 {
    height: 50%;
}

.height40 {
    height: 40%;
}

.height30 {
    height: 30%;
}

.height20 {
    height: 20%;
}

.height10 {
    height: 10%;
}

.height350px {
    height: 350px;
}

.height300px {
    height: 300px;
}

.height250px {
    height: 250px;
}

.height200px {
    height: 200px;
}

.height190px {
    height: 190px;
}

.height180px {
    height: 180px;
}

.height170px {
    height: 170px;
}

.height160px {
    height: 160px;
}

.height150px {
    height: 150px;
}

.height140px {
    height: 140px;
}

.height130px {
    height: 130px;
}

.height120px {
    height: 120px;
}

.height100px {
    height: 100px;
}

.height90px {
    height: 90px;
}

.height80px {
    height: 80px;
}

.height70px {
    height: 70px;
}

.height60px {
    height: 60px;
}

.height50px {
}

.height40px {
    height: 40px;
}

.height30px {
    height: 30px;
}

.height20px {
    height: 20px;
}

.height10px {
    height: 10px;
}

.height450px {
    height: 450px;
}

.bold {
    font-weight: bold;
}

.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.margin15 {
    margin: 15px;
}

.margin25 {
    margin: 25px;
}

.margintop5 {
    margin-top: 5px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop15 {
    margin-top: 15px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop25 {
    margin-top: 25px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop35 {
    margin-top: 35px;
}

.margintop40 {
    margin-top: 40px;
}

.margintop100 {
    margin-top: 100px;
}

.margintop150 {
    margin-top: 150px;
}

.marginbottom50 {
    margin-bottom: 50px;
}

.textaligncenter {
    text-align: center;
}

.textalignright {
    text-align: right
}

.textalignleft {
    text-align: left
}

.marginleft20 {
    margin-left: 20%;
}

.fontlarge {
    font-size: large;
}

.fontsize10 {
    font-size: 10px;
}

.fontsize20 {
    font-size: 20px;
}
