
h2{
    text-align: center;
    font-size: 20px;
    padding-top:30px;
    padding-bottom: 10px;
}

#paul{
    text-align: center;
    font-size:18px;
    padding-bottom: 22px;
}

#text{
    font-size:16px;
    margin: 30px 60px 0 60px ;
    padding-bottom: 30px;
    text-align: justify;
}

.smith{
    background:#d12c1e;
    width :890px;
    margin: 0 auto 50px;
}

h3{
    font-size:20px;
    color:#fff;
    padding: 30px 0 30px 30px;
}

.contents{
    display: flex;
}

.paultext{
    font-size:14px;
    color:#fff;
    padding: 0 24px 0 30px;
    text-align: justify;
}

#paulimg{
    margin: -30px 30px 30px 0;
}

.banksymuseum{
    width: 250px;
    height: 170px;
}

#museumlink {
    display: flex;
    justify-content:space-around;
    text-align: center;
}

.banksymuseum:hover {
    transform: translateY(-20px);
  }

#contentslink {
    display: flex;
    justify-content:space-around;
    text-align: center;
    padding:110px;
}

#contentslink img:hover {
    transform: translateY(-20px);
}

li {
    list-style:none;
    font-size: 20px;
    font-weight: bold;
}

.linktext{
    color: #000;
    text-decoration:underline #000;
}

.homebt {
    display:flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 16px;
    text-align: center;
    width: 360px;
    height: 40px;  
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none; 
    padding-top: 5px;
    transition: .3s;
    position: relative;
    overflow: hidden;
}
  
  
.homebt::after{
    content: "";
    display: block;
    width: 26px;
    height: 40px;
    border-radius: 0 50px 50px 0;
    background-color: #d12c1e;
    transition: all 0.3s ease-out ;
    position: absolute;
    top: 0;
    left: 0;
}
  
  
.homebt:hover::after {
    width: 100%;
    border-radius: 0%;
}
  
.homebt span{
    z-index: 1;
    position: relative;
    top: -2px;
}



@media screen and (max-width: 768px) {
    h2{
        padding-top: 10px;
    }

    body{
        background-image: none;
    }

    .naiyou{
        background:#fff;
        width :1000px;
        margin :0 auto;
        padding-bottom: 50px;
    }

    .naiyou p{
        text-align: justify;
    }

    #text{
        font-size: 14px;
        padding-bottom: 30px;
        margin: 0 20px 0 20px;
    }

    #contentslink{
        display: none;
    }

    .smith{
        width: 100%;
        height: 100%;
    }

    h3{
        font-size: 18px;
        margin: auto;
        text-align: center;
        padding: 10px 0;
    }
    
    #paulimg{
        width: 92px;
        height: 118px;
        position: absolute;
        margin: 0 38%;
    }

    .paultext{
        font-size: 12px;
        margin: 32% 10px 10px 10px;
        padding: 0;
        text-align: justify;
    }
    
    .linktext{
        padding-bottom: 30px;
    }
    .homebt{
        margin: 20px auto;
        text-align: center;
        width: 200px;
        font-size: 18px;
        }
}