@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");

* {
	box-sizing: border-box;
}

body {
	color: #fff;
	font-family: "Muli", sans-serif;
	height: 100vh;
	overflow: hidden;
	padding: 10px;
	margin: 0;

	background-color: #698ab8;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%235075a8' points='800 100 0 200 0 800 1600 800 1600 200'/%3E%3Cpolygon fill='%2342618c' points='800 200 0 400 0 800 1600 800 1600 400'/%3E%3Cpolygon fill='%23354e70' points='800 300 0 600 0 800 1600 800 1600 600'/%3E%3Cpolygon fill='%23283a54' points='1600 800 800 400 0 800'/%3E%3Cpolygon fill='%231b2738' points='1280 800 800 500 320 800'/%3E%3Cpolygon fill='%230d131c' points='533.3 800 1066.7 800 800 600'/%3E%3Cpolygon fill='%23000000' points='684.1 800 914.3 800 800 700'/%3E%3C/g%3E%3C/svg%3E");
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

header {
	text-align: center;
}

section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 80vh;
}

h1 {
	color: #010108;
}

h2 {
	margin: 10px 0 20px;
	text-align: center;
	color: #ffffff;
}

#one {
	position: fixed;
	top: 20%;
	color: rgb(8, 5, 5);
	font-size: 30px;
}

.container {
	background-color: #010108;
	box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.11);
	padding: 20px;
	width: 350px;
	max-width: 100%;
}

.result-container {
	background-color: rgba(138, 133, 133, 0.4);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 12px 10px;
	height: 50px;
	width: 100%;
}

.result-container #result {
	word-wrap: break-word;
	max-width: calc(100% - 40px);
}

.result-container .btn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	font-size: 20px;
}

.btn {
	border: none;
	background-color: #698ab8;
	color: #fff;
	font-size: 16px;
	padding: 8px 12px;
	cursor: pointer;
}

.btn-large {
	display: block;
	width: 100%;
}

.setting {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0;
}
