*{
    box-sizing:border-box;
}

p{
    font-family: 'Helvetica Neue';
    font-size: small;
    font-weight: 200;
}

p1{
    font-family:'Helvetica Neue';
    font-size: 25px;
    font-weight: 200;
    display:block;
    margin-bottom: 10px;
}

p2{
    font-family: 'Helvetica Neue';
    font-size: small;
    font-weight: 500;
}

p4{
    font-family: 'Helvetica Neue';
    font-size: large;
    font-weight: 300;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}

p5{
    font-family: 'Helvetica Neue';
    font-size: x-large;
    font-weight: 500;
    text-align: center;
    display: block;
    padding-top: 20px;
}

.column {
    float: left;
    padding-left: 100px;
    text-align: center;
}

.left{
    width: 50%;
}
.right{
    width: 25%;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.scriptbox{
    margin-left: 120px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-color: rgb(250, 250, 250);
    border-radius: 15px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
}

.cbox{
   
    margin-left: 20px;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-color: rgb(250, 250, 250);
    border-radius: 15px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
}

a:link{
    color:black;
    text-decoration: underline;
    text-decoration-color:rgb(234,0,0);
}

a:visited{
    color:rgb(172,159,143);
}

a:hover{
    color:rgb(234,0,0);
}

