body{
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Oleo Script Swash Caps', cursive;
    color:white
}
.logo {
    width: 100%;
    max-width:340px;
}
.font-weight-bold{
    font-weight: 700;
}