.toolbar {
    background-color: lightskyblue;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.toolbarTwo {
    background-color: lightskyblue;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.toolbarTwo button {
    margin: 0 5px;
    padding: 5px;
    background-color: white;
    cursor: pointer;
    transition-duration: 0.0s;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    font-size: 24px;
    outline: none;
    box-shadow: 0 9px #999;
}
.toolbarTwo button:hover {
    color: red;
    border-color: blue;
}
.toolbarTwo button:active {
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}
.toolbar button {
    margin: 0 5px;
    padding: 5px;
    background-color: white;
    cursor: pointer;
    transition-duration: 0.0s;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    font-size: 24px;
    outline: none;
    box-shadow: 0 9px #999;
}
.toolbar button:hover {
    color: red;
    border-color: blue;
}
.toolbar button:active {
    
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}
#editor {
    border: 0px;
    min-height: 200px;
    padding: 10px;
    background-color: white;
    transition-duration: 0.4s;
}
#editor:hover {
    border-radius: 0%;
}
.footer {
    background-color: lightblue;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer button {
    margin: 5px;
    background-color: white;
    cursor: pointer;
    transition-duration: 0.4s;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer button:hover {
    color: red;
}
body {
    cursor: url('https://www.w3schools.com/cssref/smiley.gif'), auto;
}
html, body, button, footer{
    background-color: lightblue;
}
p {
    font-size: 12px;
    font-style: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    position: absolute;
    bottom: 0px;
    align-items: center;

}

input {
    border-radius: 0%;
    box-shadow: 0 9px #999;
    font-size: 24px;
}
select {
    border-radius: 0%;
    box-shadow: 0 9px #999;
    font-size: 24px;
    background-color: white;
}
select:hover {
    background-color: rgb(94, 163, 247);
}
.color-picker{
    width: 6vh;
    height: 3.5vh;
}
.color-picker:hover {
    border-color: red;
}
.color-picker:active {
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}
iframe {
    position: absolute;
    left: 0%;
    border-radius: 15%;
    width: 15vh;
    height: 15vh;
    right: 0%;
    padding-right: 5px;
    padding-bottom: 5px;
    transition-duration: 0.4s;
    padding-left: 5px;
    padding-top: 5px;
}
iframe:hover {
    position: absolute;
    left: 0%;
    border-radius: 0%;
    width: 60vh;
    height: 60vh;
    right: 0%;
    padding-right: 5px;
    padding-bottom: 5px;
}
.logo {
    position: absolute;
    border-radius: 15%;
    width: 15vh;
    height: 15vh;
    right: 0%;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.snappera {
    position: absolute;
    border-radius: 15%;
    width: 15vh;
    height: 15vh;
    padding-right: 5px;
    padding-bottom: 5px;
    transition-duration: 0.4s;
    padding-left: 5px;
    padding-top: 5px;
    margin: 0 auto;
}
.snappera:hover {
    border-radius: 0%;
    width: 60vh;
    height: 60vh;
}
