@font-face {
    font-family: 'Makcasa';
    src: url('fonts/Makcasa.woff2') format('woff2'),
        url('fonts/Makcasa.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    background-image: url("images/vhdbg2.jpg");
    background-size: cover;
    font-family:'Times New Roman', Times, serif;
}
.categories {
    display: flex;
    width: 960px;
    margin-top: 50px;
    flex-direction: row;
    justify-content: space-evenly;
}
.cat {
    display: flex;
    flex-direction: column;
}
button {
    font-family: 'Makcasa';
    font-size: 150%;
    color: black;
    background-image: linear-gradient(to bottom, white 0%, #858585 51%, #4b4b4b 100%);
    border-color: silver;
    border-radius: 20px;
    width: 200px;
    margin-top: 10px;
}
button:hover {
    font-family: 'Makcasa';
    color: #373838;
    font-size: 150%;
}
.content {
    display: flex;
    width: 960px;
    margin-top: 10px;
    flex-direction: row;
    justify-content: space-evenly;
}
.con {
    position: static;
    background-image: url('images/whitebg.jpg');
    height: fit-content;
    border: 4px solid black;
    border-radius: 15px;
    padding: 10px 8px 8px;
    font-size: 120%;
}