* {
    margin: 0px;
    padding: 0px;
}

@font-face {
  font-family: milkyway; 
  src: url(/assests/fonts/Milkyway\ DEMO.ttf); 
}

h3 {
    font-family: milkyway;
    font-weight: normal;
    color: #b95d88;
    text-shadow: 2px 1px #faadd1;
}

b {
    color: #b95d88;
}

u {
    text-decoration-color: #b95d88;
}

body {
    text-align: justify;
    font-size: 11px;
    background-image: url(/assests/rosebg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 85svh;
    box-sizing: border-box;
}

#box {
    width: 70%;
    max-width: 35rem;
    margin: 100px auto;
    border: 1px solid #faadd1;
    padding: 0.5rem;
    background-color: #efefef;
}

#headerbar, #footerbar {
    background-image: url(/assests/stantheprince3.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100px;
    border:1px solid #faadd1;
}

#headerbar {
    margin-bottom: 5px;
}

#footerbar {
    margin-top: 5px;
}

#bodt-image {
    text-align: center;
    margin: 5px 0px;
    border-bottom:1px solid #faadd1;
    padding: 0.5rem;
}

#bodt-image img {
    height: 100px;
    width: 80%;
    object-fit: cover;
    border:1px solid #faadd1;

}

#title {
    font-family: milkyway;
    background-color: #faadd1;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 1px 0px #000, -1px 0px #000, 0px 1px #000, 0px -1px #000;
    margin-bottom: 5px;

}

#image img {
    width: 100%;
    height: 200px;
    object-fit: cover;

}

#welcome {
    margin-bottom: 10px;
}

#nav-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

#nav-buttons a {
    background-color: #faadd1;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 7px;
    border: #ffffff;
    box-shadow: 3px 3px 3px #faadd1a2;
}

#nav-buttons a:hover {
    transition: 1s;
    color: #faadd1;
    background-color: #ffffff;
}

@media (min-width: 600px) { 

    #wrapper {
        display: flex;
        gap: 0.5rem;
        align-items: center;
    }

    #bodt-image {
        border-bottom: none;
        border-right: 1px solid #faadd1;
        min-width: 200px;
    }

    #bodt-image img {
        height: 50px;
        object-position: 0rem -5rem;
    }

    #nav-buttons {
        flex-direction: row;
        margin: 10px 0px;
    }

    #nav-buttons a {
        width: 100%;
    }

    #welcome {
        padding: 0.5rem;
    }
}
