@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css");

@font-face {
	font-family: 'gt_walsheim_promedium_oblique';
	src: url('./fonts/gt-walsheim-medium-oblique-webfont.woff2') format('woff2'),
			 url('./fonts/gt-walsheim-medium-oblique-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gt_walsheim_promedium';
	src: url('./fonts/gt-walsheim-medium-webfont.woff2') format('woff2'),
			 url('./fonts/gt-walsheim-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


body {
	background-color: #e03012;
  min-height: 80vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
					
}
.btn-group{
	max-width: 300px;
        width: 100%;
        font-family: 'gt_walsheim_promedium';
}
.img-circle img {
position: relative;
    width: 150px;
    height: auto;
    display: block;
    margin: 8% 0 16px;
    overflow: hidden;
}

img {
        max-width: 100%;
    }

.circle{
        position:fixed;
        width:60px;
        height:60px;
        bottom:40px;
        right:40px;
        background-color:#e03012;
        color:#fff;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        box-shadow: 1px 1px 2px #fff;
        z-index:1000;
}

