* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #e6f4f1;
    font-family: "Quicksand", sans-serif;
}

p {
    color: #2c3e3a;
}

.kasa {
    width: 800px;
    margin: auto;
}

.banner {
    background-image: url("pet-shop-web-banner-vector.jpg");
    height: 150px;
    background-position: center center;
    background-size: cover;
    border-radius: 20px 5px;
}

.linkler {
    width: 190px;
    float: left;
    background-color: #4fb3a2;
    min-height: 250px;
    border-radius: 5px 20px;
}

.menu {
    list-style: none;
    text-align: center;
}

.menu li {
    font-size: 150%;
    line-height: 200%;
}

.menu a {
    color: white;
    text-decoration: none;
}

.menu a:hover {
    color: #1f5f56;
}

.icerik {
    width: 590px;
    float: left;
    padding: 10px;
}

.icerik h1 {
    color: #1f5f56;
    border-bottom: 2px dashed #4fb3a2;
    margin-bottom: 15px;
}

.footer {
    background-color: #4fb3a2;
    color: white;
    padding: 15px;
}
