p {
    margin: 50px;
}

body {
    background-image: url(../Lambda_logo.png);
    background-repeat: no-repeat;
    background-position: center 400px;
    background-size: 500px;
}

.font_border {
    text-align: left;
    font-size: 30px;
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    border: solid 5px;
    border-top: none;
    border-left: 10px dotted blueviolet;
    border-right: 10px double steelblue;
    border-radius: 50px;
    word-spacing: 20px;
    line-height: 50px;
}

.text {
    text-align: center;
    text-decoration: line-through;
    text-shadow: 5px 10px crimson;
    text-indent: 5px;
    letter-spacing: 10px;
}

