h1{
    font-size: clamp(1rem, 0.0114rem + 5.2727vw, 4.625rem);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-decoration: underline;
    text-decoration-color: #03045e;
    text-decoration-thickness: 5px;
    text-underline-offset: 16%;
}
span{
    background-color: #03045e;
    color: #f5f5f5;
    border-radius: 5px;
    padding: 10px;
    font-size: clamp(0.875rem, 0.7727rem + 0.5455vw, 1.25rem);
}
.phrase{
    font-size: clamp(1rem, 0.6591rem + 1.8182vw, 2.25rem);
    border-left: solid 10px #03045e;
    padding: 10px;
}
body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
