nav {
    display: flex;
    justify-content: space-between;
    background-color: white;
    color: black;
    padding: 10px;
    height: 30px;
    margin: 10px 30px;
}

.link {
    display: flex;
    gap: 30px;
    list-style: none;
}

.link a {
    text-decoration: none;
}

.button {
    background-color: rgb(95, 240, 95);
    color: blue;
    font-size: medium;
    border-radius: 5px;
    border: 8px;
    padding: 10px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

nav li,
button :hover {
    background-color: rgb(122, 76, 228);
}

.icon-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 10px;
    border-radius: 10px;
    padding: 6px 12px;
}

.button a {
    text-decoration: none;
}

.see {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 6px 12px;
    border-radius: 6px;

    text-decoration: none;
    font-size: 14px;
    height: 40px;
}

.cheekpoint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.content {
    background-image: url(./assets/hero-bg.png);
    background-size: cover;
    width: 1100px;
    height: 1050 px;
    text-align: center;
    border: 50px;
    padding: 120px;
    font-style: bold;
}

#pad {
    text-align: center;
}

.last {
    text-align: center;
}