@font-face {
    font-family: ArialFont;
    src: url("arial.ttf");
}

html {
    background: black;
    font-family: ArialFont;
    font-size: 20px;
    color: black;
}

.box-1 {
    margin: auto;
    background: white;
    border-radius: 20px;
    padding:20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    word-wrap: break-word;
    width: 75%;
}