.title
{
    text-align: center;
    color: #24548F;

}
.text
{
    color: black;
}
.font
{
    font-size: 18px;
}
.boxcolor
{
    color: black;
}
.margin
{
    margin: 25px;
}
.text-align
{
    text-align: right;
}

.myclass {
    position: absolute;
    left: 45%;
    right: 45;
    top: 30%;
}

.myclass2 {
    position: absolute;
    left: 30%;
    right: 30%;
    top: 37%;
}
.center {
    position: relative;
    text-align:center;
    top: 100px;
}