@import "apps/rosbank/src/styles/fonts.css";

header, html {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #005C9F;
}

.wrapper {
  margin: 0;
  padding: 0;
  height: calc(100vh - 24px);
}

.container {
  margin: 0 auto;
  width: 1024px;
}

.logo {
	height: 24px;
	width: 143px;
  margin-top: 23px;
}

.logo_explorer {
	width: 80px;
	height: 80px;
  position: relative;
  right: 5px;
}

.header {
  display: flex;
  margin-top: 60px;
}

.header-text {
  margin-left: 27px;
}

.header1 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}

.header2 {
  margin-top: 76px;
	height: 36px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #FFFFFF;
}

.browsers-container {
  padding-top: 5px;
	display: inline-flex;
	width: 100%;
}

.card {
	display: flex;
	flex-direction: column;
	justify-content: center;
  align-items: center;
  margin: 0 5px;
	width: 255px;
	height: 287px;
	background: #FFFFFF;
	border-radius: 20px;
}

.browsers_logo {
  margin-top: 25px;
	height: 70px;
	width: 70px;
}

.browser-header {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}

.btn {
	height: 38px;
	border-radius: 8px;
	font-family: 'Montserrat';
	font-style: normal;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 0 auto;
	padding: 8px 28px 10px;
	background: #141519;
	color: #FFFFFF;
  box-sizing: border-box;
}

.btn:hover {
  background: #393939;
}

.btn:active {
  background: #141519;
}

.browser-help {
	margin: 29px 0;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
  text-decoration: none;
	color: #575757;
}

.browser-help:hover {
  text-decoration: underline;
}
