body {
    width: 1500px;
    margin: 0 auto;
}

header {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-bottom: 40px;
}

header img {
    width: 170px;
    border-radius: 40px;
}

a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

nav {
    display: flex;
    gap: 70px;
    justify-content: flex-end;
}

.card{
    display: flex;
    flex-wrap: nowrap;
    width: 267px;
    height: 314px;
    left: 128px;
    border-radius: 36px;
    border: none;
    box-shadow: 5px 5px 10px;
    display: inline-block;
    margin: 42px;

    img{
        padding: 60px ;
        width: 77px;
        height: 66px;
    }
}

center p{
    color: grey;
}

.category{
    border: 2px solid gray;
    border-radius: 15px;
    padding: 15px;
    width: 400px;
    display: inline-block;
    margin: 20px;

    img{
        width: 390px;
        border-radius: 29px;
    }

    .rome{
        color: gray;
        display: inline-block;
    }

    .money{
        color: gray;
        display: inline-block;
    }
}


.sayohat{
    border: 1px solid;
    border-radius: 26px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    display: inline-block;
    margin: 40px;

    img{
        width: 321px;
    }

    p{
        color: grey;
    }

    h4{
        color: grey;
    }
}