* {
    background-color: #202225;
    color: #5865F2;
    font-family: sans-serif;
}

#header {
    text-align: center;
    margin: auto;
}

#banner {
    width: 100%;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #5865F2;
    color: #202225;
    font-size: 40px;
}

#bannerimg {
    width: 50px;
    height: 50px;
    float: left;
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
}

#username {
    color: inherit;
    background-color: inherit;
    font-size: inherit;
}

#giftform {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    padding: 10px;
}

#dropdown {
    position: absolute;
    top: 54px;
    right: 0;
    background-color: #5862F2;
    color: #202225;
    width: 120px;
    height: 40px;
}

.dropbutton {
    width: 120pxs;
    height: 40px;
    border-bottom: 1px solid #202225;
    color: inherit;
    background-color: inherit;
    text-align: center;
    font-size:30px;
}

a {
    color: inherit;
    background-color: inherit;
    font-size:inherit;
}

.center {
    text-align: center;
}

.content {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.storeitem {
    width: 200px;
    height: 200px;
    border: 1px solid black;
    border-radius: 15px;
    float: left;
    vertical-align: middle;
    /* display: inline-block; */
    margin: 5px;
    flex: 0 0 200px;
}

.storeheader {
    margin: auto;
    text-align: center;
}

.store {
    margin: auto;
    margin-top: 15px;
    text-align: center;
    background: transparent;
}

.storeh {
    margin: auto;
    margin-top: 25px;
    text-align: center;
    background: transparent;
}

.button {
    margin: auto;
    margin-top: 25px;
    width: 70px;
    height: 30px;
    background-color: #5865F2;
    color: white;
    font-size: 25px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

.firstb {
    width: 70%;
    height: 50px;
    font-size: 40px;
    margin-left: 15%;
    margin-top: 65px;
    text-align: center;
}
.bigbutton {
    width: 70%;
    height: 50px;
    font-size: 40px;
    margin-left: 15%;
    margin-top: 10px;
    text-align: center;
}