@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');

.inter-bold {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.reenie-beanie-regular {
    font-family: "Reenie Beanie", cursive;
    font-weight: 400;
    font-style: normal;
}


* {
    font-family: "Inter";
}

body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: column wrap;
    background-color: #E4D9FF;
}

nav {
    order: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

h1 {
    order: 2;
    align-self: center;
    color: #51407F;
}

.clickable {
    order: 3;
    align-self: center;
    background-color: #A5D4CE;
    color: white;
    font-weight: bold;
    font-size: 1.4em;
    width: 10em;
    padding: 5px 15px;
    margin: 15px;
    border-radius: 25px;
    border-bottom: #55928a;
    border-left: #A5D4CE;
    border-right: #A5D4CE;
    border-top: #A5D4CE;
    text-align: center;
    box-shadow: 0 5px #55928a;
}

#deletebtn {
    background-color: #A5D4B4;
    color: white;
    font-weight: bold;
    font-size: 1.4em;
    width: 10em;
    padding: 5px 15px;
    margin: 15px;
    border-radius: 25px;
    border-bottom: #67a27a;
    border-left: #A5D4B4;
    border-right: #A5D4B4;
    border-top: #A5D4B4;
    text-align: center;
    box-shadow: 0 5px #67a27a;
}

button {
    background-color: #A5D4B4;
    color: white;
    font-weight: bold;
    font-size: 1.4em;
    width: 10em;
    padding: 5px 15px;
    margin: 15px;
    border-radius: 25px;
    border-bottom: #67a27a;
    border-left: #A5D4B4;
    border-right: #A5D4B4;
    border-top: #A5D4B4;
    text-align: center;
    box-shadow: 0 5px #67a27a;
}

.gameslist {
    order: 3;
    font-size: 4vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

ul {
    text-align: left;
    list-style-type: none;
    font-weight: bold;
    background: rgb(248, 243, 251);
    padding: 10px;
    width: max-content;
    border-left: rgb(92, 59, 212);
    border-style: none none none solid;
    border-width: thick;
}


form {
    order: 4;
    align-self: center;
}

.desc {
    order: 5;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.info {
    background: rgb(248, 243, 251);
    padding: 10px;
    width: max-content;
    border-left: rgb(92, 59, 212);
    border-style: none none none solid;
    border-width: thick;
}

a {
    text-decoration: none;
}

.notes {
    order: 4;
    font-family: 'Reenie Beanie';
    font-size: 2em;
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 5em;
    width: 5em;
    padding: 1em;
    box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
}

.platform {
    color: rgb(54, 14, 148);
    font-weight: bold;
}

#index_img {
    order: 5;
    width: 200px;
    align-self: center;
}

#game_index_img {
    order: 5;
    width: 500px;
    opacity: 10%;
    gap: 0px;
    align-items: end;
    position: absolute;
    top: 200px;
    right: 0px;
    z-index: -1;

}

#show_img {
    order: 5;
    width: 500px;
    opacity: 10%;
    gap: 0px;
    align-items: end;
    position: absolute;
    top: 200px;
    right: 0px;
    z-index: -1;
}

#edit_img {
    order: 5;
    width: 500px;
    opacity: 20%;
    gap: 0px;
    align-items: end;
    position: relative;
    left: 0px;
    bottom: 200px;
    z-index: -1;
}

#new_img {
    order: 3;
    width: 400px;
}