body{
    background-image:url("/stardewnightsky.png");
    background-size: cover;
    display: flex;
    justify-content: center;
}

a{
    color:black;
}

.bigborder{
    border-width:7px;
    border-style:solid;
    border-image: url("https://foollovers.com/mat/baf/flower/fl32-005-d.gif") 7 fill round; 
    margin: 80px 80px; 
    padding: 20px 10px;  
    background-color: antiquewhite;
    max-width: fit-content;
}

.content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: Stardew Text;
}

.picture{
    position:relative;
    border-width:10px;
    border-style:solid; 
    border-image: url("https://img-fotki.yandex.ru/get/4602/28257045.844/0_7d5c6_2de543e9_XXXL") 35 fill round; 
    border-radius:15px;       
    width: 200;    
    height:150px;  
    margin: 15px; 
}

.picture img{
    height:100%;
    width:100%;
}

.about{
    width: 300px;
    height: 150px;
    overflow-y: auto;
    background-color: antiquewhite;
    text-align: left;
    padding: 7px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.pagetitle{
    font-family: Stardew Logo;
    text-align:center;
}


.pagetitle img{
    height: 150px;
    vertical-align: middle;
}

.navigation{
    display: flex;
    justify-content: space-around;
}

.navbutton{
    height: 15px;
    width: 100px;
    text-align: center;
    padding: 7px;
    font-family: Stardew Text;
    border-width:7px;
    border-style:solid;
    border-image: url("https://foollovers.com/mat/baf/food/fo32-008-a.gif") 7 fill round;  
}

.bignavbutton{
    height: 150px;
    width: 150px;
    padding: 10px;
    text-align: center;
    font-family: Stardew Text;
}

.bignavbutton img{
    height: 100%;
    width: 100%;
    display:block;
    padding: 2px;
}

@font-face {
    font-family: Stardew Logo;
    src: url(/Stardew-Valley-Regular.ttf);
}
@font-face {
    font-family: Stardew Text;
    src: url(/StardewValley.ttf);
}