html{
    font-family: 'Ubuntu', sans-serif;
    color:rgb(202, 253, 251);
    font-size: 20px;
}

body{
    background-color:rgb(51, 51, 111);
    margin-left:52px;
    margin-right: 52px;
    margin-bottom:150px;
}

h1{
    font-size:12rem;
    font-weight: 525;
    line-height:.75;
    margin-bottom:0;
    letter-spacing:-.04em;
}


.rtext{
    font-size:1.6rem;
}

h2{
    text-indent:1rem;
    font-size:2.2rem;
    line-height:.25;
    margin-top:0.5;
    /* text-align:right;
    margin-right:88px; */
}

h3{
    text-indent:.6rem;
    font-size:1.2rem;
    font-weight:bold;
    text-transform:uppercase;
    margin-top:auto;
}

h4{
    text-indent:1.7em;
    font-weight:500;
    font-size:16px;
    margin-top:auto;
    color:rgb(145, 182, 205);
}

p{
    text-indent: 2em;
    line-height:.1;
    margin-bottom:28px;
}

p,h3,h4{
    margin-left:1.2em;
}
div{
    column-count:3;
    column-gap:15px;
    /* column-rule-style:solid;
    column-rule-width:5px;
    column-rule-color:rgb(136, 165, 179); */
}

section{
    margin-left:350px;
}