* {
    padding: 0;
    margin: 0;
}

body{
    /* color: #3EF3A0; */
    color: #0F247D;
    /* background: linear-gradient(to bottom, red, yellow, green, blue); */
    background-color: #209000;
}

.container {
    width: 100vw;
    height: 100vh;
    background-color: aquamarine;
    border-radius: 10px;
    /* background-image: url('/img/6.png'); */
    background: linear-gradient(to bottom, #CC7B1A, #F3F10F, #0EEF0E, #D84DEF);
}

.title{
    width: 100%;
    height: 40px;
    padding-top: 20px;
    /* background-color: aquamarine; */
}


.text-content {
    
    width: 100%;
    text-align: center;
}

.Content{
    font-weight: 700;
}

.layer{
    margin-top: 20px;
    margin-left: 20px;
}

ul{
    list-style: none;
}

li{
    margin-top: 10px;
}