body{
    background-image: url(Files/Background_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1{
    text-align: center;
    font-family: 'Gill Sans';
    letter-spacing: 3px;
    padding-top: 10px;
    color: #DD5BA3;
}

img{
    display: block;
    margin: auto;
}

li{
    text-align: center;
    list-style: none;
    margin-bottom: 30px;
}

.container{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row; 
}

.prime{
    order: 2;
    background-color: lightyellow;
    border-style: solid;
    border-color: white;
    width: 40%;
    border-radius: 20px;
    height: 800px;
    margin: 20px;
}

.wrapper{
    height: 500px;
    overflow: auto;
}

.home{
    position: absolute;
    left: 300px;
    top: 150px;
}

.shrines{
    position: absolute;
    top: 400px;
    left: 400px;
}

.logs{ 
    position: absolute;
    top: 525px;
    left: 250px;
    
}


