:root {
    --main-color:#0088FF;
}

body {
    width: 100%;
    margin:0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    background-color: var(--main-color);
    color: white;
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

main {
    padding: 0;
    padding-top: 15vh;
    box-sizing: border-box;
    font-size: clamp(16px, 3.5vw, 17.25px);
}

div {
    width: clamp(200px, 85vw, 525px);
    /* margin-left: calc(50vw - 250px);
    width: clamp(200px, 90vw, 500px); */
}

a {
  color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-family: Garamond, "Times New Roman", serif;
    line-height: 1.25;
    color:white;
    border-bottom: clamp(0px, 0.42vw, 3px) solid #ddd;
    padding-bottom: clamp(0px, 2.8vw, 15px);
    font-weight: normal!important;
    width: clamp(200px, 85vw, 525px);
    font-size: clamp(16.57px, 8vw, 43.5px);
    z-index: 200;
    text-align: center;
}


h4 {
    font-family: Garamond, "Times New Roman", serif;
    font-weight: normal!important;
    margin-top: 0.2rem;
    margin-bottom: 0rem;
    margin-left: 35px;
    text-align: center;
    color: white;
    font-size: 30px;
    line-height: 1;
}

.logo {
    width: clamp(45px, 25vw, 120px);
    height: auto;
    margin-top: 15vh; 
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}