html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16pt;
    color:rgb(45, 66, 255);
}

h1 {
    font-size: 120pt;
}

.circle {
    background: rgb(45, 66, 255);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin:5px;
    overflow:hidden;
    padding:25px;
    position:relative;
}

.sans {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}

.fontintro {
    /* background-color: rgb(255, 233, 67);
    padding: 0px 20px 0px 20px; */
    display:inline-block;
    vertical-align: top;
    margin-left: 50px;
    margin-top: 178px;
    line-height: 1.4;
}

h2 {
    color:rgb(187, 187, 187);
}

h3 {
    font-size: 30pt;
    margin: 4px;
}

h4 {
    font-size:12pt;
    color:rgb(121, 150, 255);
    line-height: 0.8;
}

p {
    color:white;
    line-height: 0.8;
    
}

.fontweight {
    background-color:rgb(45, 66, 255);
    padding: 7px 40px 20px 40px;
    margin-left:-10px;
    margin-right:-10px;
    margin-block:rgb(45, 66, 255);
}

.fontstyle {
    background-color:rgb(45, 66, 255);
    padding: 7px 40px 20px 40px;
    margin-left:-10px;
    margin-right:-10px;
    margin-block:rgb(45, 66, 255);
}

.letterspacing {
    background-color:rgb(45, 66, 255);
    padding: 7px 40px 20px 40px;
    margin-left:-10px;
    margin-right:-10px;
    margin-block:rgb(45, 66, 255);
}

.textdecoration {
    background-color:rgb(45, 66, 255);
    padding: 7px 40px 20px 40px;
    margin-left:-10px;
    margin-right:-10px;
    margin-block:rgb(45, 66, 255);
}

.texttransform {
    background-color:rgb(45, 66, 255);
    padding: 7px 40px 20px 40px;
    margin-left:-10px;
    margin-right:-10px;
    margin-block:rgb(45, 66, 255);
}

#light {
    font-weight:300;
}

#regular {
    font-weight:400;
}

#medium {
    font-weight:500;
}

#semibold {
    font-weight:600;
}

#bold {
    font-weight:700;
}

#extrabold {
    font-weight:800;
}

#em3 {
    letter-spacing: 0.3em;
}
#em6 {
    letter-spacing: -.06em;
}