@font-face {
    font-family: baseFont;
    src: url(assets/BricolageGrotesqueFont/BricolageGrotesque.ttf);
}

body {
    padding: 0px;
    margin: 0px;

    background-color: #010101;
    color: white;

    font-family: baseFont;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin: 0px;
    padding: 10px;

    background-color: #010101;

    border-bottom: 1px solid rgb(150, 150, 150);
}

.site-content {
    width: 100%;

    margin-left: auto;
    margin-right: auto;

}

.header-text {
    font-size: 100px;

    font-weight: bold;
}

.site-content p {
    line-height: 0.4;
}

#header-book {
    display: inline-flex;

    background-color: white;

    
    border: 1px solid white;

    text-decoration: none;
}

#left-area {
    margin: 0px 0px;
}

#right-area a {
    color: white;
    text-decoration: none;

    padding-right: 30px;

    font-size: 15px;
}

#right-area button {
    background-color: transparent;
    border: 1px solid rgb(150, 150, 150);

    display: inline-flex;

    padding: 10px;
    margin-right: 30px;

    text-align: center;
}

#blue {
    color: rgb(100, 100, 253);
}

#welcome-table {
    margin-left: auto;
    margin-right: auto;

    text-align: left;
}