body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

a {
    text-decoration: none;
}

.logo_img {
    width: 300px;
}

.login_btn {
    width: 100px; 
    padding: 20px; 
    background: rgb(237, 82, 46); 
    color: rgb(255, 255, 255); 
    font-size: 20px; 
    font-weight: bold;
}
