* {
    padding: 0px;
    margin: 0px;
}

.header {
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 5px;
    font-size: 60px;
    position: relative;
    height: 100px;
}

html,
body {
    height: 100%;
}

.container {
    margin: 100px auto;
    height: 100%;
}

.main {
    overflow: auto;
    padding-bottom: 100px;
    text-align: center;
    height: auto;
}

.footer {
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    height: 100px;
    margin-top: 100px;
    clear: both;
}

body {
    background-image: url(../images/bg.jpeg);
}

.header ul {
    list-style-type: none;
}

.header ul li {
    display: inline;
    padding-right: 20px;
    text-align: center;
}

.header ul li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: bolder;
}

h1 {
    text-emphasis: bold;
}

ul {
    display: inline-block;
}

ol {
    display: inline-block;
}

img {
    margin: 30px auto;
    border-radius: 50%;
}

.borderindex {
    width: 600px;
    margin: auto;
    border: 3px solid white;
    height: 600px;
    background-color: rgba(34, 33, 33, 0.363);
    text-align: center;
    color: white;
}

.borderabout {
    width: 600px;
    margin: auto;
    height: 600px;
    background-color: white;
    text-align: center;
    color: black;
    border-radius: 0px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}

#border3 {
    width: 300px;
    margin: 35px;
    border: 3px solid white;
    height: 400px;
    background-color: white;
    float: right;
    color: black;
    text-align: center;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}

#border3:hover {
    width: 305px;
    box-sizing: border-box;
    padding: 15px;
    margin: 30px;
    z-index: 1;
    box-shadow: 1px 1px 4px 1px rgba(#333, 0.5);
}

#border2 {
    width: 300px;
    margin: 35px;
    border: 3px solid white;
    height: 400px;
    background-color: white;
    float: left;
    margin-left: 60px;
    color: black;
    text-align: center;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}

#border2:hover {
    width: 305px;
    box-sizing: border-box;
    padding: 15px;
    margin: 30px;
    z-index: 1;
    box-shadow: 1px 1px 4px 1px rgba(#333, 0.5);
}

#border1 {
    width: 300px;
    margin: 35px;
    border: 3px solid white;
    height: 400px;
    background-color: white;
    float: left;
    color: black;
    text-align: center;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}

#border1:hover {
    width: 305px;
    box-sizing: border-box;
    padding: 15px;
    margin: 30px;
    z-index: 1;
    box-shadow: 1px 1px 4px 1px rgba(#333, 0.5);
}

.bordercontact {
    width: 600px;
    margin: auto;
    height: 600px;
    background-color: white;
    text-align: center;
    color: black;
}

.column {
    column-count: 3;
    border: 2px solid white;
    ;
    padding: 10px;
    margin: 2px;
    display: block;
}

.wrapper {
    text-align: center;
    padding: 5px;
    font-size: 20px;
}