@import "fonts.css";

@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
    --color-pink-primary: rgb(182, 81, 143);
}

body {
    font-family: Arial, Helvetica, sans-serif;
    padding: 12px 24px 36px 24px;
    margin: 0;
}

h1,
h2,
h3 {
    font-family: bitter-light, bitter, serif;
}

.app header img {
    max-width: 500px;
}

.container {
    margin-inline: 0;
    padding-inline: 0;
    max-width: 100%;
}

.book,
.image {
    border: 2px solid rgba(182, 81, 143, 0.7);
    border-radius: 6px;
    padding: 1px;
}

.image.float {
    float: left;
    margin: 0 16px 16px 0;
}

h2 {
    font-weight: bold;
    font-style: normal;
    font-size: xx-large;
    text-transform: uppercase;
    color: rgba(182, 81, 143, 1);
    padding-bottom: 8px;
    border-bottom: 3px double rgba(182, 81, 143, 0.5);
    margin: 32px 0 16px 0;
}

a {
    color: rgba(182, 81, 143, 1);
}

.app {
    max-width: 960px;
    padding: 0 32px;
    margin: 0 auto;
}

.app-index {
    text-align: center;
}

.app-index h2 {
    margin: 32px 0 !important;
    padding-bottom: 16px;
}

.app h2 {
    margin: 0 0 32px 0;
}

.app header h2 {
    display: grid;
    grid-template-columns: min-content auto;
    gap: 16px;
}

.app header h2 div:last-child {
    align-content: end;
    text-align: right;
    padding-bottom: 16px;
}

p {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: x-large;
    color: rgba(0, 0, 0, 0.6);
}

p.emphasis {
    font-size: xx-large;
    color: rgba(182, 81, 143, 1);
}

.text-right {
    text-align: right;
}

a.link-box {
    display: inline-block;
    border: 1px solid rgba(182, 81, 143, 1);
    padding: 12px 24px 10px 24px;
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: small;
    margin: 12px 4px 0 4px;
    background-color: rgba(182, 81, 143, 0.7);
    border-radius: 6px;
}

a.link-box:hover {
    background-color: rgba(182, 81, 143, 1);
}

h2.follow-me {
    text-align: center;
    font-size: large;
    margin-bottom: 8px;
}