body{
    background-color: #c2e2ff;
    font-family: 'IBM Plex Sans KR', sans-serif;
}

.box1{
    top: 50px;
    left: 50px;
    width: 800px;
    height: 400px;
    border-radius: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}
#title{
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-content: center;
}
#title2{
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-content: center;
    color: #3b6e9e
}
#cat{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.box2{
    display: flex;
    justify-content: center;
    align-content: center;
    vertical-align: bottom;
    color: #494949
}