h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight : 800;
    font-size: 300%;
    color: rgb(0, 0, 0);
}

h2 {
    font-family: "Noto Sans", sans-serif;
    font-weight : 700;
    color: black;
}

h3 {
    font-family: "Noto Sans", sans-serif;
    font-weight : 600;
    color: black;
}

h4 {
    font-family: "Noto Sans", sans-serif;
    font-weight : 500;
    color: black;
}

h5 {
    font-family: "Noto Sans", sans-serif;
    font-weight : 400;
    color: black;
}

h6 {
    font-family: "Noto Sans", sans-serif;
    font-weight : 300;
    color: black;
}

p {
    font-family: "Noto Sans", sans-serif;
    color: black;
}

body {
    background-color: rgb(244, 246, 255);
}

.home-header {
    padding: 15px;
    background-color: rgb(201, 212, 236);
    border-bottom: 3px solid rgb(34, 41, 75);
}

.website-navigation-panel {
    border-bottom: 3px solid black;
    color: black;
    background-color: rgb(34, 41, 75);
    
        button {
            color: rgb(255, 255, 255);
            background-color: rgb(61, 61, 109);
            border: none;
            font-family: "Noto Sans", sans-serif;
            font-weight : 500;
            font-size: 100%;
            padding: 10px;
            margin: 5px;
        }
}