body{
    font-family: Montserrat;
    background-color: #212529;
}


header{
    padding: 1rem;
    border-bottom: solid 2px #484f58;
    border-style: dotted;
}

h1{
    color: #92a7c7;
    font-size:larger;
    margin:0px;
}

div{
    font-size: small;
}


.border-bottom{
    color: #92a7c7 !important;
}

.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: solid 2px #484f58;
    border-style:dotted;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    padding:1.05em 1.6em 0.9em 1.6em;
    font-size:0.8rem;
}

.btn:hover{
    background-color: #39414e;
    color: #FFFFFF;
}
