* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

a,
img,
button,
[tabindex] {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

main {
    min-height: calc(100vh - 300px);
    max-width: 1100px;
    margin: 120px auto 20px auto;
    padding: 0 10px;
}

.cover-title {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #1f8bc9;
    border-radius: 2px;
}

.cover-title h2 {
    background-color: #003366;
    color: white;
    height: 40px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-self: center;
    padding: 0 10px;
    margin: 0;
    border-radius: 2px;
}

.cover-left-title {
    width: 30px;
    height: 40px;
    margin-left: -10px;
    background-color: #003366;
    clip-path: polygon(0% 0%, 46% 0, 100% 50%, 46% 100%, 0% 100%);
}
