.msg{
    background: #ffffff;
    display: flex;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
iframe{
    width: 100%;
    height: 50px;
    overflow: hidden;
    pointer-events: none;
}
.de{
    display: flex;
}
.context{
    width: 100%;
}
h2{
    margin: 10px;
}
.msg p{
    color: #808080;
    width: fit-content;
    margin-left: auto;
}
.msg-a{
    color: inherit;
    text-decoration: none;
}
.go{
    width: 40px;
    height: 40px;
    margin: auto;
    margin-left: 20px;
}
.controlpage{
    display: flex;
}
.controlpage-div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 2px solid #000000;
    margin: 10px;
}
.controlpage-div img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.controlpage-div p{
    font-size: 30px;
}