
body {
    font-family: "acumin-pro", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000; 
    background-color: #cef8fc;
    padding-bottom: 20px;
}

header {
    background: linear-gradient(168deg, #000 5%, #5440b6 49%, #0a125b 97%);
    color: rgb(255, 255, 255);
    height: 35dvh;
    border-radius: 65% 35% 100% 85%;
    margin-left: 10px;
    padding-left: 10px;
    max-width:700px;
    position: relative;
}

.navAntonH {
    display: inline-block;
    padding-top: 10px;
    padding-left: 40px;
    line-height: 0.8;
}

.navAnton {
    display: inline;
    margin-right:-50px;
    padding-left: 50px;
    line-height: 1;
}

nav a {
    color: white;
    margin: 0;
    text-decoration: none;
    font-size: 22px;
    padding: 10px;
    line-height: 0;
}

nav a:hover {
    text-decoration: underline;
    color: rgb(111, 201, 221);
}
 
a {
    color: #5440b6;
    text-decoration: underline;
    font-weight: 600;
}

a:hover {
    color: #0a125b;
}   

h1 {
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 1;
}

h2 {
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 25px;
    letter-spacing: -1px;
    color: #000;
    text-align: left;
    line-height: 1;
}

h3 {
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 18px;
    letter-spacing: -0px;
    color: #000;
    text-align: left;
    line-height: 1;
}

p {
    line-height: 1.5;
    text-align: left;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
}

img {
    display: block;
    align-self: center;
    max-width: 170px;
    max-height: 170px;
    margin-bottom: 20px;
}

ul {
    line-height: 1.5;
    text-align: left;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
}

ol {
    line-height: 1.5;
    text-align: left;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
}

hr {
    border: 0;
    height: 1px;
    background: rgb(76, 79, 82);
    margin: 0;
}

footer {
    text-align: center;
    padding: 20px;
    background: linear-gradient(174deg, #0a125b 5%, #5440b6 49%, #000 99%);
    color: white;
    position: static;
    border-radius: 60% 45% 65% 50%;
    max-width: 180px;
}
