@charset "utf-8";
/* CSS Document */

.container {
        display: flex;
    flex-direction: column;
    width: 962px;
    align-items: center;
    margin: 0 auto;
}

.box-container {
    display: flex;
}
img.logo {
    width: 270px;
    height: auto;
}

.header {
    background-color: rgba(255,255,255, 0.6);
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.box {
        margin: 40px;
    background: white;
    padding: 5px;
	position: relative;
}
a {
    text-decoration: none;
    color: black;
}

.adress {
    padding: 20px 0;
}
.inline {
    border: 1px solid brown;
    padding: 10px;
}

body {
	background: url("worldwide.png");
	background-size: auto;
}

.title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px;
	color: #caa981;
}
.gomb {
        display: flex;
    justify-content: center;
}
.gomb a {
        text-align: center;
    background: #caa981;
    /* padding: 5px 60px; */
    position: absolute;
    bottom: 30px;
    background: #caa981;
    width: 190px;
    padding: 2px;
    color: white;
    text-decoration: none;
}
.kep {
    padding-bottom: 20px;
}