* {
    line-height: 0;
    font-size: 0.5em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 50px;
    line-height: 40px;
    font-weight: bold;
}

h2 {
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
}

h3 {
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
}

p {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}

a {
    font-size: 20px;
    font-weight: bolder;
    line-height: 25px;
    color: rgb(49, 49, 49);
}
nav {
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.308);
    margin-top: 2px;
    border-radius: 0 0px 10px 10px;
}

b {
    font-size: 20px;
    line-height: 25px;
    font-weight: bolder;
}

address {
    font-style: normal;
}

address > b > a {
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
}

#email>a {
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
}

#email>a:hover {
    text-decoration: underline;
}