* {
    background-color: #ffffff;
    font-family: Ms Gothic;
    font-size: 15px;
    text-align: center;
    overflow: hidden;
}
.container1 {
    border: black double;
    height: 500px;
    width: 500px;
    margin: auto;
}
    .text1 {
    border-block-start-style: double;
    border-block-end: double;
    
}