@font-face {
    font-family: ubuntu-local;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Ubuntu-Regular.woff");
}
body{
    font-family: 'Open Sans', sans-serif;
}
.body-app {
    border: rgba(100, 92, 214, 0.918) 4px solid;
    width: 400px;
    margin: 150px auto;
}
p {
    text-align: center;
}
button {
    width: 80px;
    height: 50px;
}
img {
    max-width: 50%;
    height: auto;
    margin-left: 100px;
}
span{
    font-size: 80%;
    font-weight: lighter;
    position: fixed;
    top: 870px;
    left: 1630px
}