body    {
    background: #293241;
    color: whitesmoke;
 }
 
 .img-fluid {
     max-height: 700px;  
     width: auto;
    margin: 2px;
    border-radius: 10px
 }
 
 a {
    color: whitesmoke;
 }
 
 p {
     font-size: 1.6rem;
     margin: 25px 25px 25px 25px;
 }
 
 .navbar-brand {
    font-family: 'Yesteryear', cursive;
    font-size: 2.5em;
 }

 .nav-link  {
    font-size: 1.25em;
 }
 
  .navbar.scrolled {
    background: #3d5a80;
    transition: background 500ms;
}

 .services:hover .title span {
   display: none;
 }

 .services:hover .title:after{
    content: "インストールガイド";
    transition: all 500ms ease-in-out;
 }