*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.Hero{
    width: 100%;
    height: 100vh;
    background-image: url(background.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.logo{
    width: 200px;
    cursor: pointer;
}
.navbar{
    width: 85%;
    height: 15%;
    margin: auto;
    display: flex;
    align-items: center;
    float: right;
    justify-content: space-between;
    padding: 0px 40
}
button{
    color: #fbfcfd;
    padding: 10px 35px;
    background: none;
    border: 2px solid #f5445f;
    border-radius: 40px;
    outline: #f5445f;
    cursor: pointer;
}
.back{
    width: 120px;
    height: 60px;
    float: left;
    border-radius: 100px;
    padding: 40px 40px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;   
}
.back img{
    width: 130px;
    height: 60px;
}
.list_main{
    width: 1500px;
    height: 800px;
    background-color: black;
    background-position: center;
    position: relative;
    top: 207;    
}
.SAO_Front_Page img{
    width: 400px;
    position: relative;
    top: -100px;
    right: -43px;
}
.SAO_Link{
    position: relative;
    top: -235;
    right: -550;
    color: darkgray
}


.The_Pet_Girl_of_Sakurasou_Front_Page img{
    width: 400px;
    position: relative;
    top: -70px;
    right: -43px;
}
.Pet_Girl_Link{
    position: relative;
    top: -210;
    right: -550;
    color: darkgray
}
