@charset "UTF-8";

html,
body,
p {
    font-family: "Roboto", sans-serif;
    
}


/* .fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
} */

.font-base {
    font-family: "Roboto", sans-serif;
}

.img-btn {
    cursor: pointer;
}

