:root {
    font-family:"web_ibm_mda";
}
@font-face {
    font-family: 'web_ibm_mda';
    src: url("fonts/web_ibm_mda.ttf");
}

body {
    margin:0;
    padding:0;
    display: block;
    background-color: rgb(0, 0, 0);
        
}

.main-container{
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    display: center;
    justify-content: center;
    align-items: center;
    background-color: #000000 ;
}

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
  
}

.content-wrap {
    display: flex;
    max-width: 950px;
    
}

.content-container{
    max-width: 760px;
    margin-left: 190;
    flex-wrap: wrap;
    display: left;
    justify-content: center;
    align-items: center;
}

.left-sidebar {
    display: inline;
    max-width: 180px;
    padding: 5px;
}

.socials-button:hover{
    background-image: ("/img/socials_hover.png");
}

.button-try {
   display: flex 
   
 
}

.btn {
    font-family: "web_ibm_mda";
    font-size: 20px;
    border-radius: 15px;
    background-color: #000000;
    border: 5px solid #ffffff;
    padding:10px 0px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    font-weight: 0;
    display: block;
    width: 170px;
    transition: all 0.3s ease;
}
 
.btn:hover {
    color: #ffffff;
    background: #3463ff;
    border: 5px solid #3463ff;
}

.btn2 {
    font-family: "web_ibm_mda";
    font-size: 20px;
    border-radius: 15px;
    background-color: #000000;
    border: 5px solid #ffffff;
    padding:10px 0px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    font-weight: 0;
    display: block;
    width: 170px;
    transition: all 0.3s ease;
}
 
.btn2:hover {
    color: #ffffff;
    background: #111111;
    border: 5px solid #ffffff;
}

.musicplayer {
    margin-left: 300px;
}

.tc-container {
    width: 180px;
    height: 70px;
    position: relative;
}
.tc-container img {
    width: 100%;
}
.top-img{
    position: absolute;
    left: 0;
    opacity: 0;
}
.top-img:hover {
    opacity: 1;
}

.wrapper{
    max-width: 760px;
    display: center;
    justify-content: center;
    align-items: center;
}

h1 {
    text-align: center;
    color: rgb(255, 0, 0);
}

.winter-bg {
    background-color: #000000;
    width: 760px;
    height: 1021px;
}

.pomum-logo-container {
    width: 760px;
    height: 224px;
    position: relative;
    display: center;
    justify-content: center;
    align-items: center;
}

.house-container {
    width: 760px;
    height: 510px;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-img{
    position: absolute;
    left: 0;
    opacity: 0;
}
.top-img:hover {
    opacity: 1;
    transition-duration: 0.6s;
    
}

.autumn-grass {
    background-image: url("autumn_grass.png");
    width: 760px;
    height: 3500px;
}

.character-container{
    width: 760px;
    height: 560px;
    position: relative;
    margin-left: 0%;

}
.pumpkin-container img {
    width: 100%;
}

.door-container {
    width: 760px;
    height: 137px;
    
    display: flex;
    justify-content: right;
    align-items: right;
}

.footer-wrapper {
    margin-top: 50px;
    display: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(255, 255, 255);
}
.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}