@font-face {
  font-family: 'oxanium';
  src: url('../fonts/Oxanium-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

*{
  box-sizing: border-box;
}

body{
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  font-family: 'oxanium', sans-serif;
  background-color: #282622;
}

.icon{
  width: 50vh;

}

.container-widget{
  height:100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.sub-container-widget{
  display: flex;
  justify-content: center;
  align-items: center;

}