.shopitemimage a { text-decoration: none; display: inline-block; }
.shopitemimage a:focus { outline: 2px dashed #aaa; outline-offset: 2px; }


header{
    background-color: rgb(128,128,255);
    display: flex;
    justify-content: center;
    align-items: center;
}
body{
    margin: 0px;
    background-color: rgb(64,64,128);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


p{
    font-size: 12px;
}

b{
    font-size: 15px;
}

#scam{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

#scamtext{
    font-size: 20px;
    color: white;
}

#shoplist{
    display: flex;
    flex-wrap: wrap;
}

#logo{
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.shopitems{
    display: flex;
    align-items: center;
    background-color: rgb(100,100,227);
    margin: 10px;
    padding: 10px;
    width: 30%;
    border-radius: 10px;
}

.itemimage{
    width: 200px;
    height: 200px;
    border-radius: 5px;
}

.shopiteminfo{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shopitemtext{
    margin-left: 5px;
}