


.intro {
    margin: 150px auto 0;
    background: rgba(0,0,0,0.5); 
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(4px);
    vertical-align: center;
    text-align: center;
    padding-bottom: 30px;
    max-width: 700px;
}
.intro-person img { 
    margin-top: -250px;
    height: 300px 
}
.intro-message {
    margin: 0 50px;
    padding: 10px 0 10px;
    font-size: 18px;
    text-align: left;
}
.intro-from {
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: rgba(209, 119, 103, 1);
    margin: 10px 20px 0;
    border-bottom: 1px solid rgba(209, 119, 103, .33);
}
.intro-next, .restart {
    font-style: italic;
    font-size: 25px;
    color: #fff;
    border-radius: 5px;
    width: 200px;
    margin: 10px 0;
    padding: 15px 0;
    display: inline-block;
    background-image: url(../assets/button.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 0 15px rgba(255,255,255, 0.1);
    cursor:pointer;
}
.intro-next:hover, .restart:hover {
    box-shadow: 0 0 15px rgba(255,255,255, 0.5);    
}
