.frame {
    height: 400px;
    width: 400px;
    border: solid 10px #000000;
    font-size: 300px;
    border-radius: 0.25em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}