h1{
    color:rgb(187, 136, 235);
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow:5px 3px 4px cyan;
    font-size: 88px;
    /* outline: 1px green dotted; */
    margin: 20px;
    padding: 1px;

}

.logo{
    /* outline: 2px red dotted; */
    position: absolute;
    margin-left: 300px;
    margin-top: 15px;
}

.ccLab{
    /* outline: 1px red dotted; */
    position: relative;
    color: rgb(240, 243, 245);
    padding:10px;
    background-color: rgba(133, 175, 227, 0.5);
    text-align: center;
}

body{ 
    background-image: url('html-pictures/background2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat; 
}

.beginningCaption{
    color: aliceblue;
    /* outline: 3px red dotted; */
    margin: 12px;
}

.box0{
    /* outline: 1px red dotted; */
    text-align: center;
    font-size:20px;
    color: red;
    text-decoration: underline;
    margin: 10px;
    padding: 2px;
}

.box1{
    font-size: 24px;
    text-align: center;
    /* outline: 2px red dotted; */
    padding: 1px;
    color: rgb(153, 224, 254);
    text-shadow: 2px 2px 1px rgb(92, 91, 91);
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.box2{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 36px;
    position:relative;
    left:80px;
    padding:10px;
    color: rgb(247, 234, 113);
    text-overflow: clip;
}
.box3{
    position: relative;
    left:25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 28px;
    text-align: center;
    color: antiquewhite;
    padding: 10px;
}

.box4{
    position: relative;
    text-align: center;
    font-size: 60px;
    color: rgb(248, 22, 154);
    text-shadow: 2px 2px 3px rgb(243, 207, 207);
}

.picture{
    text-align: center;
}

.button{
    position:fixed;
    top:180px;
    right:80px;
}

#highlight{
    color: red;
}