 * {
    margin: 0;
    padding: 0;
}
  
body {  
    width: 1280px;
    height: 800px;
    background-image: linear-gradient(94.3deg, rgb(255, 158, 158) 10.9%, rgb(154, 252, 255) 87.1%);
}

.header {
    margin-right: 0;
    color: #fff;
    text-align: center;
    font-size: 5vw;
    font-weight: bolder;
    padding-left: 50px;
    padding-top: 25px;
}

.titles {
    padding-left: 340px;
    top: 125px;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.titles p {
    border-top:none;
    border-bottom:none;
    color: #fff;
    padding-left: 50px;
    float:left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

section {
    position: absolute;
    overflow:auto;
    height: 600px;
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.box {
    position: absolute;
    z-index: 3;
    width: 600px;
    height: 600px;
    left: 340px;
    top: 180px;
    background-color: rgba(255, 255, 255, .1);
    padding: 0px 30px;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,.1);
    border: 1px solid rgba(255,255,255,.2);
    border-right: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(20px);
}

ul{
    float:left;
    width: 200px;
    display: inline;
    margin-top: 10px;
    padding: 0px;
    list-style:none;
}

li{
    height: 41px;
    border-bottom: 1px solid white;
    color: white;
    line-height: 35px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}