@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css);

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

@font-face {
    font-family: Poppins;
    src: url(/fonts/Poppins-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Poppins;
    src: url(/fonts/Poppins-Italic.ttf);
    font-style: italic;
}
@font-face {
    font-family: Poppins;
    src: url(/fonts/Poppins-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: Poppins;
    src: url(/fonts/Poppins-ExtraLight.ttf);
    font-weight: 200;
}

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

a {
    font-weight: 200;
    text-decoration: none;
    /* font-style: italic; */
    text-emphasis-color: #444444;
    color: inherit;
    transition: color 0.5s ease-in-out;
}

a:hover {
    color:cornflowerblue;
}

body {
    background-image: url(/img/bg02.jpeg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#header-window {
    width: 50%;
    height: 50%;
    border-width: 0 0 0 1px;

}
 .spacer {
    height: 120px;
 }