html {
text-shadow: 6px 6px #C1C2C4;
background: url("assets/bg.jpg") repeat;
color: #060d13;
}
a:link, a:visited, a:hover, a:active{
color: #000000;
text-decoration: none;
display: inline-block;
} 
.content-container {
margin: auto; 
width: 1350px;
height: 750px;
display: flex;
justify-content: flex-start;
}
.container {
width: 700px;
height: 447px;
background: url("assets/bg2.jpg") repeat;
padding-left: 15px;
border-radius: 10px 0px 0px 10px;
border: 1px solid transparent;
border-color: #000000;
}
.namae {
font-style: oblique;
font-family: sans-serif;
text-shadow: 4px 4px #19334d75;
letter-spacing: -5px;
padding-left: 20px;
padding-right: 20px;
}
p {
font-size: 15px;
padding-right: 20px;
}
main {
width: 700px;
height: 300px;
}
.buttons-container {
width:100px;
height:445px;
border:2px solid;
background-color: black;
border-radius: 0px 10px 10px 0px;
}
.button {
padding:5px;
background-color:red;
color:white;
height:60px;
border: 2px solid black;
}
.button:hover {
background-color:white;
border: 2px solid black;
}
.button-top {
padding:5px;
background-color:red;
color:white;
height:60px;
border-radius:0px 10px 0px 0px;
border: 2px solid black;
}
.button-top:hover {
background-color:white;
border: 2px solid black;
}
.button-bottom {
padding:5px;
background-color:red;
color:white;
height:60px;
border-radius:0px 0px 10px 0px;
border: 2px solid black;
}
.button-bottom:hover {
background-color:white;
border: 2px solid black;
}
