/*
[Author]: John Bostater

[Project Start Date]: 
*/


/*Containers*/
/***************************************************/
/*Encapsulating vertical alignment*/
.vertical0{
    text-align: center;
}

/*Container for 'go back' button*/
.container0{
    padding: 10px;
}

.venmoLogo{
    width: 150px;
    height: 150px;
}
/***************************************************/


/*DropDown*/
/***************************************************/
.dropDown{
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    padding: 10px;
    color: black;
    -webkit-text-fill-color: black;
    outline: none;
    appearance: none;
}


/*NEW!!*/
.defaultButton{
    -webkit-text-fill-color: black; 
}
/***************************************************/


/*Buttons*/
/***************************************************/
.goBack{
    padding: 10px;
    border-radius: 10px;
    -webkit-text-fill-color: black;
    font-size: 20px;
}

.goBack:hover{
    background-color: lightblue;
    cursor: pointer;
}
/***************************************************/


/*Text Input*/
/***************************************************/
.fontSizeInput{
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-color: white;
    background-color: transparent;
    -webkit-text-fill-color: white;
    caret-color: white;
    outline: none;
}
/***************************************************/


/*Text Styling*/
/***************************************************/
body{
    font-size: 24px;
    -webkit-text-fill-color: white;
    background-color: black;
    cursor: default;
}

h1{
    font-size: 72px;
    -webkit-text-fill-color: white;
}

/*Venmo*/
h2{
    font-size: 34px;
    -webkit-text-fill-color: lightblue;
}

/*YouTube*/
h3{
    font-size: 34px;
    -webkit-text-fill-color: red;
}

/*Other*/
h4{
    font-size: 34px;
    -webkit-text-fill-color: white;
}

/**/
.subHeadText{
    font-size: 14px;
}
/***************************************************/


/*Images*/
/***************************************************/
.gitLogo{
    width: 150px;
    height: 150px;
    filter: invert(100%);
}
/***************************************************/


/*Animation*/
/***************************************************/

/***************************************************/