@font-face { font-family: pacifico; src: url('fonts/pacifico.ttf'); }

html {
    height:100%;
}
    
body {
    background-color: #99994d;
    height:100%;
    font-size: 50px;
    color: #FFD700;
    text-shadow: 2px 2px 2px black;
    text-align: center;
    font-family:pacifico;
}

body.index {
    background-color: #FFFFFF;
}

body.index .polaroid {
    border-width:1px 1px 1px 1px
    border-style:solid;
    border-color:black;
}
    
.slide p {
    margin-top: 0px;
    margin-bottom: 10px;
}
    
.polaroid {
    width:25%;
    border-width:40px 10px 10px 10px;
    border-style:solid;
    border-color:white;
}

.polaroid2 {
    max-width:600px;
    border-width:40px 10px 10px 10px;
    border-style:solid;
    border-color:white;
}

.ticker {
    font-size: 40px;
    margin-left:auto;
    margin-right: auto;
}
    
.ticker_counters td {
    border-style: solid;
    border-radius: 30px;
    background-color: white;
    padding: 20px;
    font-size: 100px;
    font-family: "Courier New";
    font-weight: bolder;
    color: black;
    width: 150px;
    text-shadow: none;
}

#firstname {
    color: lightblue;
}

#fullname {
    font-size:100px;
    text-shadow: 5px 5px 5px black;
}
    
#expected_date {
    font-size:60px;
}
    
#slide3 {
    margin-top:10px;
}

#slide-echos {
    margin-top:50px;
}
