@import url("../webfonts/Mercedes_Benz_Logo_Font/stylesheet.css");
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
	font-family: "Mercedes Benz Logo Font";
	font-size: large;
}

section {
	min-height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/High_resolution_wallpaper_background_ID_77700353619.jpg);
	border-radius: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 20px;
	padding-top: 20px;
}

.container {
	width: 90%;
	max-width: 400px;
	overflow: hidden;
	padding-top: 20px;
}

.display {
	background-color: rgba(255,0,0,1.00);
	height: 100px;
	width: 100%;
	text-align: right;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	font-size: 30px;
	position: relative;
	border-radius: 5px;
}

.display-1 {
	opacity: 0.4;
	font-size: 20px;
	height: 20px;
	overflow: hidden;
}

.temp-result {
    position: absolute;
    bottom: 0;
    left: 10;
    font-size: 20px;
    opacity: 0.3;
}

.all_button {
    color: whitesmoke;
    display: grid;
    grid-template: repeat(4, 1fr) / repeat(4, 1fr);
}

.button {
	border: 0.5px solid rgba(92, 92, 92, 0.137);
	display: inline-block;
	height: 100px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	cursor: pointer;
	border-radius: 5px;
}

.button:hover {
	background-color: rgba(255,255,255,1.00);
}

.btn-0 {
    grid-column: 1/3;
}
