/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css"); */
@font-face {
    font-family: title;
    src: url(../font/amsterdam-font/AmsterdamOne-eZ12l.ttf);
}
@font-face {
    font-family: loveLace;
    src: url(../font/Lovelace/Lovelace-Light-trial.ttf);
}
@font-face {
    font-family: betterTogetherSpaced;
    src: url(../font/better_together_spaced.ttf);
}
body{
    margin: 0;
    min-height: 100dvh;
    min-width: 100%;
}
a:active,
a:hover,
a:visited,
a:link,
a {text-decoration: none; color: white;}
button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
/* FLEX */
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.row{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.column{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.h{
    height: 100%;
}
.logo{
    color: black;
    font-family: title;
}