.btn {
    &.primary {
        color: white;
        background: blue;
        font-family: Roboto, sans-serif;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        text-align: center;
        place-content: center;
        height: 45px;
    }
}