.main{
    width: 940px;
    background-color: aquamarine;
    border: 1 px solid black;
    margin: auto;
    border-radius: 15px;
}

.kep{
    display: flex;
    justify-content: center;
}

img{
    width: 200px;
    float: none;
}

ul li{
    list-style-type: none;
    text-align: center;
}

p{
    margin: 0%;
}

h1, h2{
    text-align: center;
    text-decoration-line: underline;
}

h3{
    text-align: center;
}
