*{
    width: 100%;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width:100vw;
    max-width: 100%;
    height:100vh;
    font-family: 'Arial', sans-serif;
    background-image: url(bg.png);
    background-repeat: repeat;
    background-size: cover;
}

body{
font-family: helvetica-neue-lt-pro, sans-serif !important;
font-weight: 400;
font-style: normal;
color: #fbeea5 !important;}


header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background-color:#ff7070;
    color: white !important;
    margin-bottom: 1rem;
    position: sticky;
    top: 0;
}

header h6, a{
    font-family: "copperplate", serif;
    font-weight: 700;
    font-style: normal;
    color: white !important;
}

header a{
    text-decoration: none;
    margin: 0 0.5rem;
}

footer a:hover, header a:hover{
    text-decoration: underline;
    color: #fbeea5!important;
}

footer{
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background-color:#ff7070;
    color: white !important;
    margin-top: 1rem;
}

.blue-box{
    background-color:rgba(4, 10, 42, 0.848);
    border-image: url(border.png) 150 round;
    border-width: 30px;
    border-style: solid;
}

.yellow-box{
    background-color:#fbeea5d8;
    color:rgb(9, 16, 57) !important;
}

.white-box{
    background-color:rgba(245, 245, 226, 0.792) !important;
    color:rgb(9, 16, 57) !important;
        background-color:rgba(4, 10, 42, 0.848);
    border-image: url(border2.png) 150 round;
    border-width: 30px;
    border-style: solid;
}

h1,h2,h3,h4,h5,h6{
font-family: "copperplate", serif;
font-weight: 700;
font-style: normal;
color:#ff7070 !important;
}

.card{
    background-color:rgba(251, 238, 165, 0.848) !important;
    color:rgb(9, 16, 57) !important;
    padding: 1rem;
    margin-bottom: 1rem;
}

a{
    transition: all 0.5s ease;
}

a:hover{
    opacity: 0.7;
}