@import url('https://fonts.cdnfonts.com/css/wonder-boy-in-monster-world'); /* bron:https://www.cdnfonts.com/wonder-boy-in-monster-world.font*/
@import url('https://fonts.cdnfonts.com/css/pf-tempesta-seven'); /* bron: https://www.cdnfonts.com/pf-tempesta-seven.font*/

.arrow {
    width: 100px;
}

#characterImage, #characterImageOutfit, #finalizedCharacter{
    width: 200px;
}

button {
    padding: 0.5em 5em;
    margin-top: 15px;
    font-size: 15px;
    border-radius: 15px;
    background-color: palevioletred;
    border-color: mediumvioletred;
    font-family: 'PF Tempesta Seven Extended', sans-serif;                                                        
}

button:hover {
    background-color: mediumvioletred;
    border-color: darkmagenta;
    padding: 0.55em 5.05em;
}

#dice {
    width: 70px;
}

h1, h2, h3 {
    font-family: 'Wonder Boy In Monster World', sans-serif;
    font-weight: bold;
    font-size: 25px;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    justify-content: center; 
    align-items: center;     
    background-image: url(../images/page1.jpg); /* bron:https://nl.pinterest.com/pin/838584393144678356/*/
    background-size: cover;
}

.playButtonStart, .divCharacter, .secondDivCharacterOutfits {
    display: flex;
    flex-direction: column; 
    align-items: center;    
    justify-content: center;
    background-color: antiquewhite;
    padding: 40px;
    border-radius: 25px;
}

.bedroomCharacter {
    display: flex;
    flex-direction: column; 
    align-items: center;    
    justify-content: center;
}

.nameInput {
    padding: 0.55em 5.05em;
    margin-top: 25px;
    margin-bottom: 25px;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }

.hide {
    display: none;
}
