body {
    background-color: black;
    background-repeat: round;
}

p {
    color: hotpink;
}

.title-header {
    font-size: 2rem;
}
.container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    width: 66%;
    margin: 0 auto;
}

.nav-bar {
    display: flex;
    justify-content: space-around;
    background-color: lightblue;
}

.nav-logo {
    display: flex;
    justify-content: flex-start;
}

.card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem;
}

.button-title {
    text-align: center;
    margin-bottom: 1rem;
}

.button-image {
    text-align: center;
    height: 150px;
    width: 150px;
}

.sitetitle {
    color: hotpink;
    font-size: 35px;
    text-align: center;
}

.welcome {
    color: hotpink;
    font-size: 60px;
}

.scd {
    color: hotpink;
    font-size: 25px;
}

.s4l {
    color: hotpink;
    font-size: 25px;
}

.wordpress {
    color: hotpink;
    font-size: 25px;
}

.mft {
    color: hotpink;
    font-size: 25px;
}

.extras {
    color: hotpink;
    font-size: 25px;
}

#favart {
    color: hotpink;
    font-size: 25px;
}

.blunts {
    color: hotpink;
    font-size: 25px;
}

.facebook {
    color: hotpink;
    font-size: 25px;
}