@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body {
    font-family: 'Oswald', sans-serif
}

.primaryBtn {
    font-family: 'Oswald', sans-serif;
    background-color: white;
    width: 100px;
    height: auto;
    font-size: 17px;
    border: 1px solid black;
    margin-top: 20px;
}

.textField {
    border: 1px solid black;
    border-radius: 0px;
}