* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a {
    color: #000000;
}

/* .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */

.ju-space-between {
    display: flex;
    justify-content: space-between;
}

.ju-space-around {
    display: flex;
    justify-content: space-around;
}

.ju-center {
    display: flex;
    justify-content: center;
}

.flex-warp {
    display: flex;
    flex-wrap: wrap;
}

.al-center {
    display: flex;
    align-items: center;
}

.alc-space-between {
    display: flex;
    align-content: space-between;
}

.alc-space-around {
    display: flex;
    align-content: space-around;
}

.ju-al-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tea-c {
    text-align: center;
}

.w100 {
    width: 100%;
}

.w100-h100 {
    width: 100%;
    height: 100%;
}

.mt40 {
    margin-top: 40px;
}

.ml40 {
    margin-left: 40px;
}

@media screen (max-width:768px;)  {
	
}
