@font-face {
    font-family: "Creato Display Bold";
    src: url("./CreatoDisplay-Bold.otf");
}

@font-face {
    font-family: "Creato Display Regular";
    src: url("./CreatoDisplay-Regular.otf");
}

@font-face {
    font-family: "Creato Display Light Italic";
    src: url("./CreatoDisplay-LightItalic.otf");
}

* {
    font-family: "Creato Display Regular";
    margin: 0;
    text-decoration: none;
}

header .tag {
    color: black;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    margin-inline: 5px;
    font-family: "Creato Display Bold";
}

body {
    margin-inline: 10%;
    margin-top: 5%;
    background: fixed center no-repeat;
    background-image: url("https://images.pexels.com/photos/36290416/pexels-photo-36290416.jpeg");
    background-size: cover;
    margin-bottom: 5%;
}

main {
    margin-top: 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 40px;
}

.card {
    width: 18cap;
    height: 29cap;
    position: relative;
    background-color: lightgray;
    border-radius: 10px;
    color: white;
}

.buybut {
    font-size: 3em;
    text-decoration: underline;
    border-radius: 20px;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);

    display: none;
}

.info {
    width: 70%;
    height: 70%;
    background-color: white;
    border-radius: 25px;
    padding: 3%;
    display: inline-flex;
}

.ex {
    float: right;
    width: 2%;
    margin-left: 1%;
    height: 100%;
}

.ex img {
    width: 100%;
}

.popimg {
    float: right;
    width: 37%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    border-radius: 10px;
}

.popimg img {
    max-width: 95%;
    max-height: 95%;
}

.poptext {
    width: 60%;
    height: 100%;
}

.poptext * {
    margin: 2%;
}

.poptext h1 {
    font-size: 3em;
}

.cardtext .price,
.poptext .popprice {
    font-family: "Creato Display Light Italic";
}

.cardtext {
    margin: 4%;
}

.imgbox {
    height: 18cap;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 10px;
}

.imgbox img {
    max-width: 17cap;
    max-height: 17cap;
}

.searchbar {
    float: right;
    border-radius: 5px;
    border-style: none;
}

.searchbar,
.tag,
.card {
    box-shadow: 0px 0px 5px gray;
}
